RainCounterI2C.h file
Contains the RainCounterI2C sensor subclass and the variable subclasses RainCounterI2C_
- Reference
-
Detailed Descriptions
These are for an external tip counter, used to measure rainfall via a tipping bucket rain gauge
The tip counter works on an Adafruit Trinket. Documentation for it can be found at: https:/
This depends on Testato's SoftwareWire library if software I2C is needed.
Classes
- class RainCounterI2C
- The Sensor sub-class for the Arduino-based external tipping bucket counter.
- class RainCounterI2C_Tips
- The Variable sub-class used for the total tip count output from an Adafruit Trinket based I2C tipping bucket counter.
- class RainCounterI2C_Depth
- The Variable sub-class used for the depth of rain output from an Adafruit Trinket based I2C tipping bucket counter.