/      日本語

Class Objects

Objects defined for operating networks and peripherals

Class objects are predefined in the MWX library, including the_twelite for handling TWENET and objects for using peripherals.

Each object must be initialized by calling its .setup() and .begin() methods.

(Only the Serial object that uses UART0 does not require initialization.)


the_twelite

Core class for TWENET usage (mwx::twenet)

Analogue

ADC (mwx::periph_analogue.hpp)

Buttons

Digital Input Management Class (mwx::periph_buttons)

EEPROM

Perform read and write operations on the built-in EEPROM

PulseCounter

Pulse Counter (mwx::periph_pulse_counter)

Serial

UART0 port (mwx::serial_jen)

SerialParser

Formatted input for serial port (mwx::serial_parser)

SPI

Performs reading and writing on the SPI bus (controller side).

TickTimer

System Timer (mwx::periph_ticktimer)

Timer0 .. 4

Timer, PWM (mwx::periph_timer)

Wire

Read/write as 2-wire serial (I2C) master (controller) (mwx::periph_wire)