commit
This commit is contained in:
parent
9a82196fd1
commit
ff6be1c95b
2 changed files with 49 additions and 0 deletions
5
main.lua
5
main.lua
|
@ -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!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue