diff --git a/Genefunc/AD9833/a_ad9833.lua b/Genefunc/AD9833/a_ad9833.lua new file mode 100644 index 0000000..f237a95 --- /dev/null +++ b/Genefunc/AD9833/a_ad9833.lua @@ -0,0 +1,7 @@ +-- Scripts pour piloter le module générateur de fonction AD9833 +-- Pour l'instant le travail se concentre que sur l'interface WEB du générateur de fonction + +print("\n a_ad9833.lua zf190505.1136 \n") + +--source: https://github.com/tardate/LittleArduinoProjects/blob/master/playground/AD9833/BasicDemoCycle/BasicDemoCycle.ino + diff --git a/Genefunc/AD9833/boot.lua b/Genefunc/AD9833/boot.lua index 917e172..10bb685 100644 --- a/Genefunc/AD9833/boot.lua +++ b/Genefunc/AD9833/boot.lua @@ -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 zf190505.1132 \n") function heartbeat() f= "flash_led_xfois.lua" if file.exists(f) then dofile(f) end @@ -21,11 +21,11 @@ f= "web_ide2.lua" if file.exists(f) then dofile(f) end f= "web_srv2.lua" if file.exists(f) then dofile(f) end --f= "set_time.lua" if file.exists(f) then dofile(f) end --f= "dsleep.lua" if file.exists(f) then dofile(f) end -f= "a_no_linear.lua" if file.exists(f) then dofile(f) end +f= "a_ad9833.lua" if file.exists(f) then dofile(f) end f=nil -heartbeat=nil ---heartbeat() +--heartbeat=nil +heartbeat() diff --git a/Genefunc/AD9833/simulation/Capture d’écran 2019-04-19 à 22.20.27.png b/Genefunc/AD9833/oldies/simulation/Capture d’écran 2019-04-19 à 22.20.27.png similarity index 100% rename from Genefunc/AD9833/simulation/Capture d’écran 2019-04-19 à 22.20.27.png rename to Genefunc/AD9833/oldies/simulation/Capture d’écran 2019-04-19 à 22.20.27.png diff --git a/Genefunc/AD9833/simulation/Capture d’écran 2019-04-20 à 09.05.41.png b/Genefunc/AD9833/oldies/simulation/Capture d’écran 2019-04-20 à 09.05.41.png similarity index 100% rename from Genefunc/AD9833/simulation/Capture d’écran 2019-04-20 à 09.05.41.png rename to Genefunc/AD9833/oldies/simulation/Capture d’écran 2019-04-20 à 09.05.41.png diff --git a/Genefunc/AD9833/simulation/échelle sonde.xlsx b/Genefunc/AD9833/oldies/simulation/échelle sonde.xlsx similarity index 100% rename from Genefunc/AD9833/simulation/échelle sonde.xlsx rename to Genefunc/AD9833/oldies/simulation/échelle sonde.xlsx diff --git a/Genefunc/AD9833/t1.csv b/Genefunc/AD9833/oldies/t1.csv similarity index 100% rename from Genefunc/AD9833/t1.csv rename to Genefunc/AD9833/oldies/t1.csv diff --git a/Genefunc/AD9833/z_index.html b/Genefunc/AD9833/z_index.html index dd689c8..4549496 100644 --- a/Genefunc/AD9833/z_index.html +++ b/Genefunc/AD9833/z_index.html @@ -7,12 +7,13 @@
-