1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00

Initial cut on PINIO mode

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2018-11-12 22:46:07 +01:00
parent f740c47c14
commit 884c0dbdb3
16 changed files with 336 additions and 5 deletions

View file

@ -107,6 +107,7 @@
#include "io/vtx_control.h"
#include "io/vtx_smartaudio.h"
#include "io/vtx_tramp.h"
#include "io/piniobox.h"
#include "msp/msp_serial.h"
@ -482,6 +483,14 @@ void init(void)
adcInit(&adc_params);
#endif
#ifdef USE_PINIO
pinioInit();
#endif
#ifdef USE_PINIOBOX
pinioBoxInit();
#endif
#if defined(USE_GPS) || defined(USE_MAG)
delay(500);