Native SENT TPS input #5079
This commit is contained in:
parent
d428b2c2b2
commit
cf7e54a15b
|
@ -0,0 +1,4 @@
|
|||
struct sent_state_s
|
||||
uint16_t value1
|
||||
float errorRate;"ETB: SENT error rate";"ratio", 1,0, 0,3, 2,@@GAUGE_CATEGORY_ETB@@
|
||||
end_struct
|
|
@ -141,4 +141,9 @@ Usages:
|
|||
java: DcMotors.java
|
||||
folder: controllers/actuators
|
||||
prepend: integration/rusefi_config.txt
|
||||
constexpr: "engine->dc_motors"
|
||||
constexpr: "engine->dc_motors"
|
||||
|
||||
- name: sent_state
|
||||
java: SentState.java
|
||||
folder: controllers/sensors/
|
||||
prepend: integration/rusefi_config.txt
|
||||
|
|
Loading…
Reference in New Issue