This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$version Generated by Wokwi.com $end | |
$date Mon, 05 Feb 2024 20:12:56 GMT $end | |
$timescale 1ns $end | |
$scope module logic $end | |
$var wire 1 ! RS $end | |
$var wire 1 " RW $end | |
$var wire 1 # En $end | |
$var wire 1 $ D4 $end | |
$var wire 1 % D5 $end | |
$var wire 1 & D6 $end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <WiFi.h> //D8:A0:1D:63:45:5C | |
#include <ESPAsyncWebServer.h> | |
#include <DS18B20.h> | |
#include "AsyncUDP.h" | |
#include <ArduinoJson.h> | |
#include "FastLED-timers.h" | |
#include <AsyncElegantOTA.h> | |
#include <AsyncTCP.h> | |
#include <ArduinoJson.h> |