mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
Rename and move src/drivers/adc to src/drivers/adc/board_adc
This commit is contained in:
@@ -13,7 +13,7 @@ px4_add_board(
|
||||
# TEL2:/dev/ttyS2
|
||||
# TEL4:/dev/ttyS3
|
||||
DRIVERS
|
||||
adc
|
||||
adc/board_adc
|
||||
barometer # all available barometer drivers
|
||||
#batt_smbus
|
||||
camera_capture
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# SP Racing H7 EXTREME specific board sensors init
|
||||
#------------------------------------------------------------------------------
|
||||
adc start
|
||||
board_adc start
|
||||
|
||||
# Internal SPI bus ICM-20602
|
||||
mpu6000 -s -b 2 -R 11 -T 20602 start # SPI 2
|
||||
|
||||
Reference in New Issue
Block a user