APM:Libraries
AP_HAL_ChibiOS_Private.h
Go to the documentation of this file.
1 #pragma once
2 
3 /* Umbrella header for all private headers of the AP_HAL_ChibiOS module.
4  * Only import this header from inside AP_HAL_ChibiOS
5  */
6 
7 #include "AnalogIn.h"
8 #include "GPIO.h"
9 #include "Scheduler.h"
10 #include "Util.h"
11 #include "UARTDriver.h"
12 #include "SPIDevice.h"
13 #include "Storage.h"
14 #include "RCInput.h"
15 #include "RCOutput.h"
16 #include "I2CDevice.h"