2018-01-05 02:19:51 -04:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
/* Umbrella header for all private headers of the AP_HAL_ChibiOS module.
|
|
|
|
* Only import this header from inside AP_HAL_ChibiOS
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "AnalogIn.h"
|
|
|
|
#include "GPIO.h"
|
|
|
|
#include "Scheduler.h"
|
|
|
|
#include "Util.h"
|
|
|
|
#include "UARTDriver.h"
|
|
|
|
#include "SPIDevice.h"
|
|
|
|
#include "Storage.h"
|
|
|
|
#include "RCInput.h"
|
|
|
|
#include "RCOutput.h"
|
|
|
|
#include "I2CDevice.h"
|
2019-03-25 21:13:51 -03:00
|
|
|
#include "Flash.h"
|
2019-08-09 13:04:28 -03:00
|
|
|
#include "DSP.h"
|
2021-05-29 16:47:40 -03:00
|
|
|
#include "QSPIDevice.h"
|