We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0dcbc commit 6353a8dCopy full SHA for 6353a8d
src/app/util/basic-types.h
@@ -33,5 +33,8 @@ namespace chip {
33
typedef uint8_t Percent;
34
typedef uint16_t Percent100ths;
35
typedef int64_t Energy_mWh;
36
+typedef int64_t Amperage_mA;
37
+typedef int64_t Power_mW;
38
+typedef int64_t Voltage_mV;
39
40
} // namespace chip
0 commit comments