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:
parent
f740c47c14
commit
884c0dbdb3
16 changed files with 336 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue