#include <src/sensors/RainCounterI2C.h>
RainCounterI2C_Tips
class
The Variable sub-class used for the total tip count output from an Adafruit Trinket based I2C tipping bucket counter.
- Reference
- Detailed Descriptions
- gives the number of tips since last reading.
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- RainCounterI2C_Tips(RainCounterI2C* parentSense, const char* uuid = "", const char* varCode = "RainCounterI2CTips") explicit
- Construct a new RainCounterI2C_
Tips object. - RainCounterI2C_Tips()
- Construct a new RainCounterI2C_
Tips object. - ~RainCounterI2C_Tips()
- Destroy the RainCounterI2C_
Tips object - no action needed.
Function documentation
RainCounterI2C_ Tips:: RainCounterI2C_Tips(RainCounterI2C* parentSense,
const char* uuid = "",
const char* varCode = "RainCounterI2CTips") explicit
Construct a new RainCounterI2C_
Parameters | |
---|---|
parentSense | The parent RainCounterI2C providing the result values. |
uuid | A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string. |
varCode | A short code to help identify the variable in files; optional with a default value of "RainCounterI2CTips". |