1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 09:16:01 +03:00

Merge pull request #4657 from ted-rcnet/development

Update Target YUPIF7 Add Oled - Pitot
This commit is contained in:
Paweł Spychalski 2019-04-29 22:25:14 +02:00 committed by GitHub
commit 0a27fc90c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View file

@ -34,9 +34,12 @@ The YuPiF7 is a 36x36mm (30.5x30.5 mounting holes) board with an F7 microcontrol
## Manufacturers and Distributors
This board is available in the shop FR
This board is available in the shop
Website : https://www.yupif7.com
Website : https://www.studiosport.fr
Website : https://www.drone-fpv-racer.com
Website : https://www.fpv4drone.com
Website : https://www.yupifc.com
## Hardware Designs (if available)

View file

@ -95,6 +95,14 @@
#define USE_ESCSERIAL
#define ESCSERIAL_TIMER_TX_HARDWARE 0
#define UG2864_I2C_BUS BUS_I2C1
#define USE_DASHBOARD
#define USE_OLED_UG2864
#define DASHBOARD_ARMED_BITMAP
#define USE_PITOT
#define PITOT_I2C_BUS BUS_I2C1
//SPI ports
#define USE_SPI

View file

@ -11,5 +11,7 @@ TARGET_SRC = \
drivers/compass/compass_ist8310.c \
drivers/compass/compass_mag3110.c \
drivers/max7456.c \
drivers/display_ug2864hsweg01.c \
drivers/pitotmeter_ms4525.c \
drivers/light_ws2811strip.c \
drivers/serial_softserial.c