This commit is contained in:
Lukian 2024-10-22 19:00:30 +02:00
parent 07bcae8f43
commit 84036b5d43
2 changed files with 23 additions and 0 deletions

View file

@ -2,6 +2,7 @@
dofile("out.lua")
dofile("neopixel.lua")
dofile("encoder.lua")
dofile("dht22.lua")
-- fonction permettant d'afficher la température du CPU
function printTemp()