7#include "Adafruit_INA260.h"
int attempt_number
Definition Device.h:19
A class to interface with the Adafruit INA260 sensor for current, voltage, and power measurements.
Definition INA260Sensor.h:26
INA260Sensor()
Default constructor for the INA260Sensor class.
Definition INA260Sensor.cpp:9
String readData() override
Reads data from the INA260 sensor and returns it in CSV format.
Definition INA260Sensor.cpp:48
bool verify() override
Verifies the connection to the INA260 sensor.
Definition INA260Sensor.cpp:34
Adafruit_INA260 ina260
Definition INA260Sensor.h:28
String decodeToCSV(uint8_t *&packet) override
Decodes sensor data from the packet into a CSV string.
Definition INA260Sensor.cpp:84
void readDataPacket(uint8_t *&packet) override
Reads sensor data and appends to packet byte array, data includes current(mA), voltage(mV),...
Definition INA260Sensor.cpp:63
Parent class for sensor objects.
Definition Sensor.h:13
unsigned long minimum_period
Definition Sensor.h:15