Commencé l'interface WEB pour le générateur de fonction AD9833

This commit is contained in:
Christian Zufferey
2019-05-05 12:01:20 +02:00
parent e5f140f0c1
commit 7c0703bc21
12 changed files with 47 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
-- Scripts à charger après le boot pour démarrer son appli
print("\n boot.lua zf19422.1102 \n")
print("\n boot.lua zf190422.1102 \n")
function heartbeat()
f= "flash_led_xfois.lua" if file.exists(f) then dofile(f) end