Le module DS18B20 en LUA ne fonctionne pas bien, j'ai dû revenir au modeule DS18B20 en C :-(

This commit is contained in:
Christian Zufferey
2019-06-01 15:39:37 +02:00
parent f550821f20
commit 08bba82df9
14 changed files with 354 additions and 10 deletions

View File

@@ -3,13 +3,13 @@
#ATTENTION: c'est pour ma structure, il faudra donc l'adapter
#zf190601.1256
#zf190601.1454
#test si l'argument est vide
if [ -z "$1" ]
then
echo -e "\nSyntax: ./zflash.sh ../../Firmware/nodemcu-master-18-modules-2019-05-30-21-03-41-float.bin"
echo -e "\nSyntax: ./zflash.sh ../../Firmware/nodemcu-master-20-modules-2019-06-01-12-50-39-float.bin"
exit
fi