AP_HAL_Empty_Private.h 425 B

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