We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88fe236 + 6353a8d commit aaf90f4Copy full SHA for aaf90f4
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