Skip to content
Snippets Groups Projects

INA209 fixes and unified Bus voltage reading to mV

Merged Matthias Marcus Nowak requested to merge ina209 into master
Files
8
@@ -21,7 +21,7 @@ typedef struct power_monitor {
* @brief Power monitor readings
*/
typedef struct power_readings {
float voltage; // Voltage in mV
float voltage; // Bus Voltage in mV
float current; // Current in mA
float power; // Power in mW
} power_readings;
Loading