ardupilot/libraries/AP_HAL_Empty/AP_HAL_Empty_Private.h

26 lines
553 B
C
Raw Normal View History

#ifndef __AP_HAL_EMPTY_PRIVATE_H__
#define __AP_HAL_EMPTY_PRIVATE_H__
/* Umbrella header for all private headers of the AP_HAL_Empty module.
* Only import this header from inside AP_HAL_Empty
*/
#include "AnalogIn.h"
#include "GPIO.h"
2015-11-30 23:07:59 -04:00
#include "I2CDevice.h"
2015-12-14 08:40:13 -04:00
#include "I2CDriver.h"
#include "OpticalFlow.h"
#include "PrivateMember.h"
#include "RCInput.h"
#include "RCOutput.h"
#include "Scheduler.h"
2015-12-14 08:40:13 -04:00
#include "Semaphores.h"
#include "SPIDriver.h"
#include "Storage.h"
#include "UARTDriver.h"
2012-12-18 21:12:41 -04:00
#include "Util.h"
#endif // __AP_HAL_EMPTY_PRIVATE_H__