mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
new standalone drivers/system_power (split out of adc)
- system_power portion of drivers/adc split into a new standalone module (drivers/system_power) - additional availability flags added to system_power.msg so we know what boards even support (previously certain flags were faked if not available) - drivers/system_power scheduled at minimum rate by default, but now also scheduled immediately on any relevant GPIO events - now instead of running at 100 Hz with heavily reduced logging we can run at a minimal rate, log at full rate, and catch relevant changes immediately
This commit is contained in:
@@ -12,9 +12,8 @@ if bst start -X
|
||||
then
|
||||
fi
|
||||
|
||||
if board_adc start
|
||||
then
|
||||
fi
|
||||
board_adc start
|
||||
system_power start
|
||||
|
||||
if sdp3x_airspeed start -X
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user