|
PixelKey
NeoPixel USB Key
|
#include <stdlib.h>#include <stdint.h>#include <stdbool.h>#include "pixelkey_errors.h"Go to the source code of this file.
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... | |