mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
HAL_ChibiOS: added baro for mRo Location-one GPS
This commit is contained in:
parent
c786e3560c
commit
3b7b2b89a5
@ -12,10 +12,14 @@ define CAN_APP_NODE_NAME "io.mrobotics.m10070_loc1"
|
||||
SPIDEV rm3100 SPI1 DEVID1 MAG_CS MODE0 1*MHZ 1*MHZ
|
||||
COMPASS RM3100 SPI:rm3100 false ROTATION_ROLL_180_YAW_90
|
||||
|
||||
# an I2C baro (DPS310)
|
||||
BARO DPS280 I2C:0:0x77
|
||||
|
||||
# GPS+MAG+LED+Baro
|
||||
define HAL_PERIPH_ENABLE_GPS
|
||||
define HAL_PERIPH_ENABLE_MAG
|
||||
define HAL_PERIPH_ENABLE_NCP5623_LED
|
||||
define HAL_PERIPH_ENABLE_BARO
|
||||
|
||||
# Optional I2C Airspeed sensor connected to I2C connector
|
||||
define HAL_PERIPH_ENABLE_AIRSPEED
|
||||
|
Loading…
Reference in New Issue
Block a user