23#include <SparkFun_Toolkit.h>
65 if (_theI2CBus.init(wirePort, address) != ksfTkErrOk)
69 if (_theI2CBus.ping() != ksfTkErrOk)
79 sfTkArdI2C _theI2CBus;
Arduino I2C implementation for the ADE7953 energy meter.
Definition: SparkFun_ADE7953.h:42
bool begin(uint8_t address=kI2CAddress, TwoWire &wirePort=Wire)
Initializes the ADE7953 with I2C communication.
Definition: SparkFun_ADE7953.h:62
SfeADE7953ArdI2C()
Definition: SparkFun_ADE7953.h:44
Platform-independent driver for the ADE7953 energy metering IC.
Definition: sfDevADE7953.h:179
sfTkError_t begin(sfTkIBus *theBus=nullptr)
Initialize the device driver with the given bus.
Definition: sfDevADE7953.cpp:26
static const uint8_t kI2CAddress
7-bit I2C address for the ADE7953 (only address).
Definition: sfDevADE7953.h:692
Header file for the SparkFun ADE7953 Energy Meter Driver.