Ardupilot2/libraries/AP_HAL_Empty/AP_HAL_Empty_Private.h
Lucas De Marchi 3eb0a48d59 AP_HAL_Empty: remove I2CDriver
I2CDevice now serves for the same purpose.
2016-07-28 18:08:56 -03:00

20 lines
433 B
C

#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"
#include "I2CDevice.h"
#include "OpticalFlow.h"
#include "PrivateMember.h"
#include "RCInput.h"
#include "RCOutput.h"
#include "Scheduler.h"
#include "Semaphores.h"
#include "SPIDriver.h"
#include "Storage.h"
#include "UARTDriver.h"
#include "Util.h"