mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 19:40:27 +03:00
Update BLACKPILL_F411.md
This commit is contained in:
parent
a55fb19e92
commit
ad3adc603f
1 changed files with 16 additions and 0 deletions
|
@ -32,3 +32,19 @@ Mag
|
||||||
* MAG3110
|
* MAG3110
|
||||||
* LIS3MDL
|
* LIS3MDL
|
||||||
* AK8975
|
* AK8975
|
||||||
|
## PINIO or SWDIO
|
||||||
|
Default PINIO is enabled. If you want use SWDIO just delete this lines from:
|
||||||
|
|
||||||
|
config.c:
|
||||||
|
```
|
||||||
|
#include "io/piniobox.h"
|
||||||
|
pinioBoxConfigMutable()->permanentId[0] = BOX_PERMANENT_ID_USER1;
|
||||||
|
```
|
||||||
|
|
||||||
|
target.h:
|
||||||
|
```
|
||||||
|
// *************** PINIO ***************************
|
||||||
|
#define USE_PINIO
|
||||||
|
#define USE_PINIOBOX
|
||||||
|
#define PINIO1_PIN PA13 // Camera switcher
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue