Skip to content

Commit

Permalink
Native SENT TPS input #5079
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Feb 15, 2023
1 parent 225bec3 commit 108ca61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions firmware/controllers/sensors/sent_state.txt
@@ -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
7 changes: 6 additions & 1 deletion firmware/integration/LiveData.yaml
Expand Up @@ -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

0 comments on commit 108ca61

Please sign in to comment.