Hardware interface abstraction layer. More...
#include "adc.h"#include "gpio.h"#include "i2c.h"#include "infrared.h"#include "led.h"#include "power.h"#include "pwm.h"#include "spi.h"#include "watchdog.h"#include "wifi.h"

Go to the source code of this file.
Functions | |
| void | hw_init (void) |
| Initializes the hardware system on startup. More... | |
| void | hw_exit (void) |
| Cleans up the hardware system on shutdown. More... | |
| void | hw_poll (void) |
| Occasional polling function for the hardware system. More... | |
Hardware interface abstraction layer.
Definition in file hw.h.