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


Public Member Functions | |
| void | initialize () override |
| void | measure () override |
| void | package () override |
| Loom_MAX31865 (Manager &man, int chip_select=10, int samples=1) | |
| float | getTemperature () |
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 |
| void | power_down () override |
Additional Inherited Members | |
Public Attributes inherited from Module | |
| bool | moduleInitialized = true |
| int | module_address = -1 |
Class for managing the MAX31865 NOT TO BE CONFUSED WITH THE MAX31865
| Loom_MAX31865::Loom_MAX31865 | ( | Manager & | man, |
| int | chip_select = 10, |
||
| int | samples = 1 |
||
| ) |
Construct a new sensor class
| man | Reference to the manager |
| chip_select | What pin SPI pin to use |
| num_samples | The number of samples to collect and average |
|
inline |
Get the recorded temperature
|
overridevirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
overridevirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.
|
inlineoverrideprotectedvirtual |
Implements Module.