This commit is contained in:
Lukian 2024-10-24 11:14:01 +02:00
parent 9a82196fd1
commit ff6be1c95b
2 changed files with 49 additions and 0 deletions

View file

@ -73,3 +73,8 @@ dofile("neopixel.lua")
dofile("encoder.lua")
dofile("dht22.lua")
dofile("screen.lua")
dofile("wifi.lua")
-- attache l'écran
attachscreen(18, 19, 0x3C)
console("Hello, world!")