Loom 4 v4.5
Arduino library for Internet of Things Rapid Prototyping in environmental sensing
|
#include <Loom_TippingBucket.h>
Public Member Functions | |
Loom_TippingBucket (Manager &man, COUNTER_TYPE type, float inchesPerTip=0.01) | |
void | setHypnosInstance (Loom_Hypnos &hypnos) |
void | incrementCount () |
![]() | |
Module (const char *modName) | |
void | setModuleName (const char *modName) |
virtual const char * | getModuleName () |
virtual void | printModuleName (const char *message) |
virtual void | initialize ()=0 |
virtual void | measure ()=0 |
virtual void | package ()=0 |
virtual void | power_up ()=0 |
virtual void | power_down ()=0 |
virtual void | display_data () |
Protected Member Functions | |
void | power_up () override |
void | power_down () override |
void | initialize () override |
void | package () override |
void | measure () override |
Additional Inherited Members | |
![]() | |
bool | moduleInitialized = true |
int | module_address = -1 |
Class used to handle keeping track of tips generated by a low-power I2C counter or interrupts
|
overrideprotectedvirtual |
Implements Module.
|
overrideprotectedvirtual |
Implements Module.
|
overrideprotectedvirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.