muwerk Scheduler Library
A low-resource cooperative scheduler with MQTT-like queues for Arduinos, ATtiny up to ESP32
|
muwerk I2CDoctor Class More...
#include <i2cdoctor.h>
Public Member Functions | |
I2CDoctor (String name="doctor") | |
void | begin (Scheduler *_pSched, TwoWire *_pWire) |
muwerk I2CDoctor Class
The I2CDoctor class implements a remote diagnostics for i2c-devices interface via pub/sub messages. If the system is connected to MQTT, any MQTT client can be used to access diagnostics.
publish: hostname/doctor/i2cinfo/get
-> hostname/doctor/i2cinfo
, json list of used i2c-ports in the system.
|
inline |
Instantiates an I2CDoctor Task
|
inline |
Starts the Doctor Task
Wire.begin() must have been called before calling this. ESP32 will crash otherwise.
_pSched | Pointer to the muwerk scheduler. |
_pWire | Pointer to Wire-instance, use &Wire for default |