added arduino rotary encoder

This commit is contained in:
bach
2025-05-30 15:36:48 +02:00
parent c63d1cc49e
commit 9250353c1c
37 changed files with 484 additions and 53 deletions
+8
View File
@@ -0,0 +1,8 @@
html
head
title= title
link(rel="stylesheet", href="style.css")
body
h1= message
script(src="socket.io.min.js")
script(src="front.js")