|
| EZOSensor (const char *modName) |
|
bool | sendTransmission (const char *command) |
|
bool | calibrate () |
|
bool | readSensor (int waitTime) |
|
const char * | getSensorData () |
|
| I2CDevice (const char *modName) |
|
bool | checkDeviceConnection () |
|
| 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 () |
|
|
bool | needsReinit = false |
|
bool | moduleInitialized = true |
|
int | module_address = -1 |
|
◆ readSensor()
bool EZOSensor::readSensor |
( |
int |
waitTime | ) |
|
|
inline |
Request and read in data from the senor
- Parameters
-
waitTime | This is the length of time we will wait between requesting a read and actually reading the data |
- Returns
- Whether or not the read was successfully
The documentation for this class was generated from the following file:
- C:/Users/jwilt/AppData/Local/Arduino15/packages/loom4/hardware/samd/4.5/libraries/Loom/src/Sensors/I2C/EZO/EZOSensor.h