Loom 4 v4.5
Arduino library for Internet of Things Rapid Prototyping in environmental sensing
|
#include <Loom_Teros10.h>
Public Member Functions | |
void | measure () override |
void | package () override |
Loom_Teros10 (Manager &man, int port=A0) | |
float | getVWC () |
float | getDialecPerm () |
![]() | |
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 | initialize () override |
void | power_up () override |
void | power_down () override |
Additional Inherited Members | |
![]() | |
bool | moduleInitialized = true |
int | module_address = -1 |
Functionality for the Teros 10
Loom_Teros10::Loom_Teros10 | ( | Manager & | man, |
int | port = A0 |
||
) |
Construct a new Teros 10
man | Reference to the manager |
port | Which analog port to read from |
|
inline |
Get the dielectric permittivity
|
inline |
Get the Volumetric Water Content
|
inlineoverrideprotectedvirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.