supla-device
|
HTML element that will scan I2C bus on each web page load and display all detected addresses on a web page. More...
#include <i2cscanner.h>
Public Member Functions | |
void | send (Supla::WebSender *sender) |
![]() | |
HtmlElement * | next () |
HtmlElement (HtmlSection section=HTML_SECTION_FORM) | |
virtual bool | handleResponse (const char *key, const char *value) |
virtual void | onProcessingEnd () |
Additional Inherited Members | |
![]() | |
static HtmlElement * | begin () |
static HtmlElement * | last () |
static const char * | selected (bool isSelected) |
static const char * | checked (bool isChecked) |
![]() | |
HtmlSection | section |
![]() | |
HtmlElement * | nextPtr = nullptr |
![]() | |
static HtmlElement * | firstPtr = nullptr |
HTML element that will scan I2C bus on each web page load and display all detected addresses on a web page.
Prerequisites: use it after Wire.begin
|
inlinevirtual |
Implements Supla::HtmlElement.