1
0
Fork 0
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:
HKR1987 2023-03-23 14:41:24 +01:00 committed by GitHub
parent a55fb19e92
commit ad3adc603f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```