2012-12-11 15:24:27 -04:00
|
|
|
|
|
|
|
#ifndef __AP_HAL_AVR_PRIVATE_H__
|
|
|
|
#define __AP_HAL_AVR_PRIVATE_H__
|
|
|
|
|
|
|
|
#include "UARTDriver.h"
|
|
|
|
#include "I2CDriver.h"
|
|
|
|
#include "SPIDriver.h"
|
|
|
|
#include "AnalogIn.h"
|
|
|
|
#include "Storage.h"
|
|
|
|
#include "GPIO.h"
|
|
|
|
#include "RCInput.h"
|
|
|
|
#include "RCOutput.h"
|
|
|
|
#include "Scheduler.h"
|
2012-12-18 20:09:40 -04:00
|
|
|
#include "Util.h"
|
2012-12-11 15:24:27 -04:00
|
|
|
#include "utility/ISRRegistry.h"
|
|
|
|
|
|
|
|
#endif // __AP_HAL_AVR_PRIVATE_H__
|