mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
New feature: digital output for controlling lighting
This commit is contained in:
parent
5515401867
commit
cbada755b1
9 changed files with 153 additions and 1 deletions
|
@ -92,6 +92,7 @@
|
|||
|
||||
#include "io/asyncfatfs/asyncfatfs.h"
|
||||
#include "io/beeper.h"
|
||||
#include "io/lights.h"
|
||||
#include "io/dashboard.h"
|
||||
#include "io/displayport_msp.h"
|
||||
#include "io/displayport_max7456.h"
|
||||
|
@ -374,6 +375,9 @@ void init(void)
|
|||
|
||||
beeperInit(&beeperDevConfig);
|
||||
#endif
|
||||
#ifdef LIGHTS
|
||||
lightsInit();
|
||||
#endif
|
||||
|
||||
#ifdef USE_INVERTER
|
||||
initInverters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue