This commit is contained in:
Lukian 2024-10-23 20:08:41 +02:00
parent 068d3a6f70
commit e92123ab22
9 changed files with 328 additions and 174 deletions

View file

@ -1,7 +1,6 @@
-- charge le fichier principal
dofile('out.lua')
dofile("main.lua")
dofile("neopixel.lua")
dofile("encoder.lua")
-- affiche la température du CPU
printTemp()