We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d310888 commit aadbec9Copy full SHA for aadbec9
1 file changed
src/slate/slate.h
@@ -41,6 +41,14 @@ typedef struct samwise_slate
41
absolute_time_t entered_current_state_time;
42
uint64_t time_in_current_state_ms;
43
44
+ /*
45
+ * Power Telemetry
46
+ */
47
+ uint16_t battery_voltage; // in mV (to 0.001V)
48
+ uint16_t battery_current; // in mA (to 0.001A)
49
+ uint16_t solar_voltage; // in mV (to 0.001V)
50
+ uint16_t solar_current; // in mA (to 0.001A)
51
+
52
/*
53
* Watchdog
54
*/
0 commit comments