2016-02-17 21:25:23 -04:00
|
|
|
#pragma once
|
2012-12-14 21:55:38 -04:00
|
|
|
|
|
|
|
/* 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"
|
2012-12-14 21:55:38 -04:00
|
|
|
#include "RCInput.h"
|
|
|
|
#include "RCOutput.h"
|
|
|
|
#include "Scheduler.h"
|
2015-12-14 08:40:13 -04:00
|
|
|
#include "Semaphores.h"
|
2016-07-22 11:19:36 -03:00
|
|
|
#include "SPIDevice.h"
|
2022-08-17 10:16:15 -03:00
|
|
|
#include "WSPIDevice.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"
|
2019-03-25 21:14:05 -03:00
|
|
|
#include "Flash.h"
|
2019-08-09 13:05:19 -03:00
|
|
|
#include "DSP.h"
|