Skip to content

Commit

Permalink
AP_Temperature:expand metadata for analog sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg authored and peterbarker committed Jul 1, 2024
1 parent e2f18d9 commit 4ed1b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const AP_Param::GroupInfo AP_TemperatureSensor_Analog::var_info[] = {

// @Param: PIN
// @DisplayName: Temperature sensor analog voltage sensing pin
// @Description: Sets the analog input pin that should be used for temprature monitoring.
// @Description: Sets the analog input pin that should be used for temprature monitoring. Values for some autopilots are given as examples. Search wiki for "Analog pins".
// @Values: -1:Disabled, 2:Pixhawk/Pixracer/Navio2/Pixhawk2_PM1, 5:Navigator, 13:Pixhawk2_PM2/CubeOrange_PM2, 14:CubeOrange, 16:Durandal, 100:PX4-v1
// @User: Standard
AP_GROUPINFO("PIN", 1, AP_TemperatureSensor_Analog, _pin, -1),
Expand Down

0 comments on commit 4ed1b6b

Please sign in to comment.