Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
solar.cpp File Reference

Solar voltage and current monitoring using INA219 IC. More...

Include dependency graph for solar.cpp:

Macros

#define TAG   "solar"
 

Variables

static Adafruit_INA219 * solar = nullptr
 Adafruit_INA219 instance for solar monitoring. More...
 
static bool ina219_ok = false
 Track if the INA219 IC is setup and available. More...
 

Detailed Description

Solar voltage and current monitoring using INA219 IC.

Date
January 2023

Macro Definition Documentation

◆ TAG

#define TAG   "solar"

Variable Documentation

◆ ina219_ok

bool ina219_ok = false
static

Track if the INA219 IC is setup and available.

◆ solar

Adafruit_INA219* solar = nullptr
static

Adafruit_INA219 instance for solar monitoring.