Skip to content

Instantly share code, notes, and snippets.

$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
@mattncsu
mattncsu / TempSender.ino
Created January 27, 2022 02:32
Posted as an exmaple of receiving UDP broadcasts from Weatherflow Tempest
#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>