getSensor("AcceleratorPedal")

This commit is contained in:
rusefillc 2023-06-07 05:47:32 -04:00
parent b107d7ebba
commit 05ccf0cd3d
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ Puts MCU into standby low current consumption mode.
#### `getSensor(name)`
Reads the specified sensor.
Reads the specified sensor. For instance ``getSensor("AcceleratorPedal")``
- Parameters
- `name`: Name of the sensor to read. [A list of sensor names can be found here.](https://github.com/rusefi/rusefi/blob/master/firmware/controllers/sensors/sensor_type.h)