Loom_LIS3DH class
LIS3DH Accelerometer sensor module.
Contents
Base classes
- class LoomI2CSensor
- Abstract root for I2C sensor modules.
Protected variables
- LIS3DH inst_LIS3DH
- Underlying LIS3DH sensor manager instance.
- float accel
- Measured acceleration values (x,y,z). Units: g.
CONSTRUCTORS / DESTRUCTOR
- Loom_LIS3DH(LoomManager* manager, const byte i2c_address = 0x19, const uint8_t mux_port = 255)
- Constructor.
- Loom_LIS3DH(LoomManager* manager, JsonArrayConst p)
- Constructor that takes Json Array, extracts args and delegates to regular constructor.
- ~Loom_LIS3DH() defaulted
- Destructor.
OPERATION
PRINT INFORMATION
- void print_measurements() const override
- Print the last set of measurements taken.
Function documentation
Loom_ LIS3DH:: Loom_LIS3DH(LoomManager* manager,
const byte i2c_address = 0x19,
const uint8_t mux_port = 255)
Constructor.
Parameters | |
---|---|
manager | |
i2c_address in | Set(Int) | <0x19> | {0x19} | I2C address |
mux_port in | Int | <255> | [0-16] | Port on multiplexer |
Loom_ LIS3DH:: Loom_LIS3DH(LoomManager* manager,
JsonArrayConst p)
Constructor that takes Json Array, extracts args and delegates to regular constructor.
Parameters | |
---|---|
manager | |
p in | The array of constuctor args to expand |
void Loom_ LIS3DH:: package(JsonObject json) override
Package a modules measurements or state.
Parameters | |
---|---|
json out | Object to put data into |
void Loom_ LIS3DH:: print_measurements() const override
Print the last set of measurements taken.
Does not package the data.