socket contact state display
This commit is contained in:
parent
f0a9c4f1d0
commit
5887862992
4 changed files with 21 additions and 2 deletions
|
@ -28,7 +28,8 @@ cud_display_conf_t cud_display_conf = {
|
|||
.light_pins = {LIGHT_ROW_1_PIN, LIGHT_ROW_2_PIN, LIGHT_ROW_3_PIN, LIGHT_ROW_4_PIN},
|
||||
.fan_pins = {FAN_ROW_1_PIN, FAN_ROW_2_PIN, FAN_ROW_3_PIN},
|
||||
.air_purifier_pin = AIR_PURIFIER_PIN,
|
||||
.mosquito_zapper_pin = MOSQUITO_ZAPPER_PIN};
|
||||
.mosquito_zapper_pin = MOSQUITO_ZAPPER_PIN,
|
||||
.socket_contactor_pin = SOCKET_CONTACTOR_PIN};
|
||||
|
||||
CUDDisplay cudDisplay = CUDDisplay(&cud_display_conf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue