feat: added system variable
This commit is contained in:
parent
7f54fa3d8a
commit
7323e90d66
@ -64,6 +64,7 @@ extern "C"
|
|||||||
i2c_master_bus_handle_t i2c_handle; // Unique I2C bus handle.
|
i2c_master_bus_handle_t i2c_handle; // Unique I2C bus handle.
|
||||||
i2c_master_dev_handle_t dev_handle; // Unique I2C device handle.
|
i2c_master_dev_handle_t dev_handle; // Unique I2C device handle.
|
||||||
#endif
|
#endif
|
||||||
|
uint8_t system; // System variable for use in another components.
|
||||||
} zh_pcf8574_handle_t;
|
} zh_pcf8574_handle_t;
|
||||||
|
|
||||||
ESP_EVENT_DECLARE_BASE(ZH_PCF8574);
|
ESP_EVENT_DECLARE_BASE(ZH_PCF8574);
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0.0
|
1.1.0
|
Loading…
x
Reference in New Issue
Block a user