Class Objects
Class objects are predefined objects in the MWX library, such as the_twelite, which handles TWENET, and objects for using peripherals.
the_twelite
Each object must be initialized by calling the .setup() or .begin() method. (Only Serial objects that use UART0 do not require initialization.)
.setup()
.begin()
最終更新 3 年前