getDigital only works for 4 specific pins. Can it be made to work with generic digital pins? #4861
only:proteus_f7
This commit is contained in:
parent
e97a39bba4
commit
e47e33f683
|
@ -1528,7 +1528,7 @@ float etbDutyShutdownThreshold
|
|||
custom fuel_pressure_sensor_mode_e 1 bits, U08, @OFFSET@, [0:1], @@fuel_pressure_sensor_mode_e_enum@@
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode
|
||||
|
||||
Gpio[LUA_DIGITAL_INPUT_COUNT iterate] luaDigitalInputPins;
|
||||
switch_input_pin_e[LUA_DIGITAL_INPUT_COUNT iterate] luaDigitalInputPins;
|
||||
uint8_t[TPS_TPS_ACCEL_CLT_CORR_TABLE] autoscale tpsTspCorrValuesBins;;"RPM", 50, 0, 0, 17500, 0
|
||||
int16_t ALSMinRPM;;"rpm", 1, 0, 0, 20000, 0
|
||||
int16_t ALSMaxRPM;;"rpm", 1, 0, 0, 20000, 0
|
||||
|
|
Loading…
Reference in New Issue