mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
AT32F435 camera control (#12913)
* [AT32] camera control * remove comments * change to mcu specific implementation * fix includes
This commit is contained in:
parent
be9652923a
commit
214946bc3f
16 changed files with 287 additions and 16 deletions
|
@ -39,7 +39,7 @@
|
|||
#include "drivers/bus_i2c.h"
|
||||
#include "drivers/bus_spi.h"
|
||||
#include "drivers/dshot_command.h"
|
||||
#include "drivers/camera_control.h"
|
||||
#include "drivers/camera_control_impl.h"
|
||||
#include "drivers/light_led.h"
|
||||
#include "drivers/mco.h"
|
||||
#include "drivers/pinio.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue