> For the complete documentation index, see [llms.txt](https://mwx.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mwx.twelite.info/latest_en/api-reference/predefined_objs.md).

# class object

Class objects are predefined objects in the MWX library, such as `the_twelite`, which handles TWENET, and objects for using peripherals.

Each object must be initialized by calling the `.setup()` or `.begin()` method. (Only Serial objects that use UART0 do not require initialization.)
