|
Loom 4 v4.5
Arduino library for Internet of Things Rapid Prototyping in environmental sensing
|
#include <Loom_EZODO.h>


Public Member Functions | |
| void | initialize () override |
| void | measure () override |
| void | package () override |
| void | power_down () override |
| Loom_EZODO (Manager &man, byte address=0x61, bool useMux=false) | |
| float | getOxygen () |
| float | getSaturation () |
Public Member Functions inherited from EZOSensor | |
| EZOSensor (const char *modName) | |
| bool | sendTransmission (const char *command) |
| bool | calibrate () |
| bool | readSensor (int waitTime) |
| const char * | getSensorData () |
Public Member Functions inherited from I2CDevice | |
| I2CDevice (const char *modName) | |
| bool | checkDeviceConnection () |
Public Member Functions inherited from Module | |
| 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 |
Additional Inherited Members | |
Public Attributes inherited from I2CDevice | |
| bool | needsReinit = false |
Public Attributes inherited from Module | |
| bool | moduleInitialized = true |
| int | module_address = -1 |
Functionality for the EZO Dissolved Oxygen Sensor
| Loom_EZODO::Loom_EZODO | ( | Manager & | man, |
| byte | address = 0x61, |
||
| bool | useMux = false |
||
| ) |
Construct a new EZODO device
| man | Reference to the manager |
| address | I2C address to communicate over |
| useMux | Whether or not to use the mux |
|
inline |
Get the dissolved oxygen level
|
inline |
Get the percent saturation
|
overridevirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.