ardupilot/libraries/AP_HAL_Empty/AP_HAL_Empty_Private.h

19 lines
406 B
C
Raw Normal View History

#pragma once
/* 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 "OpticalFlow.h"
#include "RCInput.h"
#include "RCOutput.h"
#include "Scheduler.h"
2015-12-14 08:40:13 -04:00
#include "Semaphores.h"
#include "SPIDevice.h"
2015-12-14 08:40:13 -04:00
#include "Storage.h"
#include "UARTDriver.h"
2012-12-18 21:12:41 -04:00
#include "Util.h"