ardupilot/libraries/AP_HAL_AVR/AP_HAL_AVR_private.h
2013-10-05 18:32:12 +10:00

18 lines
352 B
C

#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"
#include "Util.h"
#include "utility/ISRRegistry.h"
#endif // __AP_HAL_AVR_PRIVATE_H__