fixed project structure

This commit is contained in:
Lukian 2025-01-23 16:05:16 +01:00
parent 7893fa2bd1
commit 0c58cfe717
3 changed files with 4 additions and 7 deletions

View file

@ -1 +1 @@
dofile("main.lua")
dofile("letter_display.lua")

View file

@ -1,3 +1,6 @@
dofile("screen.lua")
attachscreen(18, 19, 0x3C)
client = mqtt.client("Player", "mqtt.leizour.fr", 8883, true)
client:connect("student", "O99Rq8$F12NXzhL5caya")
-- CLK (clock) : D15

View file

@ -1,6 +0,0 @@
dofile("screen.lua")
-- connecte l'écran sur les pins 18 et 19
attachscreen(18, 19, 0x3C)
dofile("letter_display.lua")