mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Add box to pinio monitor/mapper
This commit is contained in:
parent
8294048ce5
commit
6557b161aa
15 changed files with 193 additions and 1 deletions
|
@ -88,6 +88,7 @@
|
|||
#include "pg/bus_spi.h"
|
||||
#include "pg/flash.h"
|
||||
#include "pg/pinio.h"
|
||||
#include "pg/piniobox.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/rx_pwm.h"
|
||||
#include "pg/sdcard.h"
|
||||
|
@ -113,6 +114,7 @@
|
|||
#include "io/transponder_ir.h"
|
||||
#include "io/osd.h"
|
||||
#include "io/osd_slave.h"
|
||||
#include "io/piniobox.h"
|
||||
#include "io/displayport_msp.h"
|
||||
#include "io/vtx.h"
|
||||
#include "io/vtx_rtc6705.h"
|
||||
|
@ -538,6 +540,10 @@ void init(void)
|
|||
pinioInit(pinioConfig());
|
||||
#endif
|
||||
|
||||
#ifdef USE_PINIOBOX
|
||||
pinioBoxInit(pinioBoxConfig());
|
||||
#endif
|
||||
|
||||
LED1_ON;
|
||||
LED0_OFF;
|
||||
LED2_OFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue