load.sh 454 Bytes
#!/bin/sh

wget -N -P ./ http://houplin.studserv.deule.net/~grouille/PROJET/upload/binaire.c
wget -N -P ./ http://houplin.studserv.deule.net/~grouille/PROJET/upload/sensor.xml
wget -N -P ./ http://houplin.studserv.deule.net/~grouille/PROJET/upload/demande.txt

gcc -o program program.c -lwiringPi
./program

cp binaire.c Build/main.c
cd Build
make clean
make upload
#avrdude -p atmega328p -C ~/avrdude_gpio.conf -c pi_3 -v -U flash:w:build-uno/Build.hex