You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
457 B
17 lines
457 B
# hw definition file for processing by chibios_pins.py |
|
# Omnibus F4 AIO (no current sensor onboard) boards |
|
# with F405 mcu, mpu6000 imu, bmp280 barometer, 7456 series osd and sdcard |
|
|
|
include ../omnibusf4pro/hwdef.dat |
|
|
|
undef APJ_BOARD_ID |
|
undef PC8 |
|
undef PC9 |
|
|
|
# board ID for firmware load |
|
APJ_BOARD_ID 1002 |
|
|
|
#Omnibus F4 AIO V3 and later had hw inverter on UART6 |
|
#Overide it to use as GPS UART port |
|
PC8 SBUS_INVERT_RX OUTPUT LOW |
|
PC9 SBUS_INVERT_TX OUTPUT LOW
|
|
|