The Hardware module provides cross-platform abstractions for on-board peripherals such as GPIO and ADC.
More...
|
| | ADC |
| | Analog-to-Digital Converter (ADC) interface for hardware platforms.
|
| |
| | GPIO |
| | General Purpose Input/Output (GPIO) interface for hardware platforms.
|
| |
|
| file | init.h |
| | Hardware initialization, cleanup and polling hooks.
|
| |
|
|
void | hw_init (void) |
| | Initializes the hardware system on startup.
|
| |
|
void | hw_exit (void) |
| | Cleans up the hardware system on shutdown.
|
| |
|
void | hw_poll (void) |
| | Occasional polling function for the hardware system.
|
| |
The Hardware module provides cross-platform abstractions for on-board peripherals such as GPIO and ADC.