the_twelite
Core class for TWENET usage (mwx::twenet)
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.)
Core class for TWENET usage (mwx::twenet)
ADC (mwx::periph_analogue.hpp)
Digital Input Management Class (mwx::periph_buttons)
Perform read and write operations on the built-in EEPROM
Pulse Counter (mwx::periph_pulse_counter)
UART0 port (mwx::serial_jen)
Formatted input for serial port (mwx::serial_parser)
Performs reading and writing on the SPI bus (controller side).
System Timer (mwx::periph_ticktimer)
Timer, PWM (mwx::periph_timer)
Read/write as 2-wire serial (I2C) master (controller) (mwx::periph_wire)