|
PixelKey
NeoPixel USB Key
|
Modules | |
| Serial Communications Abstraction Internals | |
Data Structures | |
| struct | serial_api_t |
| Serial communications interface abstraction. More... | |
Functions | |
| serial_api_t const * | serial (void) |
| Gets the currently registered serial instance. | |
| void | serial_register (serial_api_t const *p_instance) |
| Register a serial instance to be used. More... | |
| void serial_register | ( | serial_api_t const * | p_instance | ) |
Register a serial instance to be used.
| [in] | p_instance | Pointer to the serial instance to register. |