first commit
This commit is contained in:
commit
1d3a7d26cd
3 changed files with 63 additions and 0 deletions
9
main.lua
Executable file
9
main.lua
Executable file
|
@ -0,0 +1,9 @@
|
|||
-- charge les fonctions de la led de la carte
|
||||
dofile("blink.lua")
|
||||
|
||||
-- charge les foncitons
|
||||
|
||||
-- fonction permettant d'afficher la température du CPU
|
||||
function printTemp()
|
||||
print("Température du CPU :", cpu.temperature())
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue