fixed project structure
This commit is contained in:
parent
7893fa2bd1
commit
0c58cfe717
3 changed files with 4 additions and 7 deletions
|
@ -1 +1 @@
|
|||
dofile("main.lua")
|
||||
dofile("letter_display.lua")
|
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
dofile("screen.lua")
|
||||
|
||||
-- connecte l'écran sur les pins 18 et 19
|
||||
attachscreen(18, 19, 0x3C)
|
||||
|
||||
dofile("letter_display.lua")
|
Loading…
Add table
Add a link
Reference in a new issue