mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 08:44:08 -04:00
AP_Baro.cpp: support DPS280 on SPI
This commit is contained in:
parent
aee7740ae9
commit
3011bc1930
@ -126,6 +126,7 @@ bool AP_Baro_DPS280::init()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dev->set_read_flag(0x80);
|
||||||
dev->set_speed(AP_HAL::Device::SPEED_HIGH);
|
dev->set_speed(AP_HAL::Device::SPEED_HIGH);
|
||||||
|
|
||||||
uint8_t whoami=0;
|
uint8_t whoami=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user