-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
43 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
struct_no_prefix wideband_state_s | ||
uint8_t faultCode;WBO: Fault code | ||
uint8_t faultCode;Fault code | ||
|
||
uint8_t heaterDuty;WBO: Heater duty;"%", 1, 0, 0, 100, 0 | ||
uint8_t pumpDuty;WBO: Pump duty;"%", 1, 0, 0, 100, 0 | ||
uint8_t heaterDuty;Heater duty;"%", 1, 0, 0, 100, 0 | ||
uint8_t pumpDuty;Pump duty;"%", 1, 0, 0, 100, 0 | ||
|
||
uint16_t tempC;WBO: Temperature;"C", 1, 0, 500, 1000, 0 | ||
uint16_t autoscale nernstVoltage;WBO: Nernst Voltage;"V", 0.001, 0, 0, 1, 3 | ||
uint16_t esr;WBO: ESR;"ohm", 1, 0, 0, 10000, 0 | ||
uint16_t tempC;Temperature;"C", 1, 0, 500, 1000, 0 | ||
uint16_t autoscale nernstVoltage;Nernst Voltage;"V", 0.001, 0, 0, 1, 3 | ||
uint16_t esr;ESR;"ohm", 1, 0, 0, 10000, 0 | ||
end_struct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters