Ajouté un nouveau projet pour mesurer la température dans une pièce avec un DS18B20

This commit is contained in:
Christian Zufferey
2019-07-06 14:43:56 +02:00
parent af43e803c7
commit f6c961fffa
45 changed files with 1323 additions and 2 deletions

View File

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