mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
7be6fe9841
these are used with sensors that may take a long time to startup and the delay won't cause any issues as there are no other sensors supported
19 lines
451 B
Plaintext
19 lines
451 B
Plaintext
include ../MatekL431/hwdef.inc
|
|
|
|
define CAN_APP_NODE_NAME "org.ardupilot.MatekL431-Rangefinder"
|
|
|
|
define HAL_USE_ADC FALSE
|
|
define STM32_ADC_USE_ADC1 FALSE
|
|
define HAL_DISABLE_ADC_DRIVER TRUE
|
|
|
|
# support all rangefinder types
|
|
define HAL_PERIPH_ENABLE_RANGEFINDER
|
|
|
|
define AP_PERIPH_RANGEFINDER_PORT_DEFAULT 2
|
|
|
|
# setup for MSP
|
|
define HAL_MSP_ENABLED 1
|
|
|
|
# some lidars take a long time to init, keep probing till we find it
|
|
define AP_PERIPH_PROBE_CONTINUOUS 1
|