objc

Functions
hw.h File Reference

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"
Include dependency graph for hw.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Hardware interface abstraction layer.

Definition in file hw.h.