![]() |
MatrixMiniR4 1.1.9
Matrix Mini R4 Arduino Library API Documentation
|
Template class for managing I2C devices. More...
#include <MiniR4I2C.h>
Public Member Functions | |
| MiniR4I2C () | |
| Constructor initializes the I2C devices with the given ID and wire. | |
Public Attributes | |
| MatrixLaser | MXLaser |
| Matrix Laser sensor instance. | |
| MatrixLaserV2 | MXLaserV2 |
| Matrix Laser V2 ToF sensor instance. | |
| MatrixColor | MXColor |
| Matrix Color sensor instance. | |
| MatrixColorV3 | MXColorV3 |
| Matrix Color sensor V3 instance. | |
| MatrixGesture | MXGesture |
| Matrix Gesture sensor instance. | |
| MatrixController | MXCtrl |
| Matrix Controller (HT) instance. | |
| GroveI2C_BME280 | GroveBME280 |
| Grove BME280 sensor instance. | |
| HTColV2 | HTCol |
| Grove BME280 sensor instance. | |
Template class for managing I2C devices.
This class handles multiple I2C devices associated with the same ID.
| ID | Unique identifier for the I2C devices. |
| WIRE | Pointer to the TwoWire object for I2C communication. |
Definition at line 33 of file MiniR4I2C.h.
|
inline |
Constructor initializes the I2C devices with the given ID and wire.
This constructor sets the channel and wire for all associated devices.
< Matrix Laser sensor
< Matrix Laser V2 ToF sensor
< Matrix Color sensor
< Matrix Color sensor V3
< Matrix Gesture sensor
< Matrix Controller (HT)
< Grove BME280 sensor
Definition at line 41 of file MiniR4I2C.h.
| GroveI2C_BME280 MiniR4I2C< ID, WIRE >::GroveBME280 |
Grove BME280 sensor instance.
Definition at line 75 of file MiniR4I2C.h.
Grove BME280 sensor instance.
Definition at line 76 of file MiniR4I2C.h.
| MatrixColor MiniR4I2C< ID, WIRE >::MXColor |
Matrix Color sensor instance.
Definition at line 71 of file MiniR4I2C.h.
| MatrixColorV3 MiniR4I2C< ID, WIRE >::MXColorV3 |
Matrix Color sensor V3 instance.
Definition at line 72 of file MiniR4I2C.h.
| MatrixController MiniR4I2C< ID, WIRE >::MXCtrl |
Matrix Controller (HT) instance.
Definition at line 74 of file MiniR4I2C.h.
| MatrixGesture MiniR4I2C< ID, WIRE >::MXGesture |
Matrix Gesture sensor instance.
Definition at line 73 of file MiniR4I2C.h.
| MatrixLaser MiniR4I2C< ID, WIRE >::MXLaser |
Matrix Laser sensor instance.
Definition at line 69 of file MiniR4I2C.h.
| MatrixLaserV2 MiniR4I2C< ID, WIRE >::MXLaserV2 |
Matrix Laser V2 ToF sensor instance.
Definition at line 70 of file MiniR4I2C.h.