mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_Scripting: added mcu_temperature binding
This commit is contained in:
parent
f532f7a9e6
commit
d87404adfa
@ -622,6 +622,8 @@ singleton hal.analogin depends !defined(HAL_DISABLE_ADC_DRIVER)
|
||||
singleton hal.analogin rename analog
|
||||
singleton hal.analogin literal
|
||||
singleton hal.analogin method channel AP_HAL::AnalogSource ANALOG_INPUT_NONE'literal
|
||||
singleton hal.analogin method mcu_temperature float
|
||||
singleton hal.analogin method mcu_temperature depends HAL_WITH_MCU_MONITORING
|
||||
|
||||
include AP_Motors/AP_MotorsMatrix_Scripting_Dynamic.h depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)||APM_BUILD_COPTER_OR_HELI
|
||||
singleton AP_MotorsMatrix_Scripting_Dynamic depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)||APM_BUILD_COPTER_OR_HELI
|
||||
|
Loading…
Reference in New Issue
Block a user