AP_HAL_ChibiOS_Private.h 380 B

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