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


Public Member Functions | |
| void | initialize () override |
| void | measure () override |
| void | package () override |
| void | power_up () override |
| Loom_MS5803 (Manager &man, byte address=0x77, bool useMux=false) | |
| float | getTemperature () |
| float | getPressure () |
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_down () override |
Additional Inherited Members | |
Public Attributes inherited from I2CDevice | |
| bool | needsReinit = false |
Public Attributes inherited from Module | |
| bool | moduleInitialized = true |
| int | module_address = -1 |
Interface for the MS5803 Atmospheric Pressure / Temperature sensor module.
|
inline |
Get the pressure reading
|
inline |
Get the temperature reading
|
overridevirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.
|
overridevirtual |
Implements Module.