ardupilot/libraries/AP_HAL_F4Light/AP_HAL_F4Light_Private.h

22 lines
411 B
C
Raw Normal View History

#pragma once
/* Umbrella header for all private headers of the AP_HAL_F4Light module.
* Only import this header from inside AP_HAL_F4Light
*/
#include "UARTDriver.h"
#include "USBDriver.h"
#include "I2CDevice.h"
#include "SPIDevice.h"
#include "AnalogIn.h"
#include "Storage.h"
#include "GPIO.h"
#include "RCInput.h"
#include "RCOutput.h"
#include "Semaphores.h"
#include "Scheduler.h"
#include "Util.h"