Blame view

load.sh 454 Bytes
0ebed0a2   grouille   MAJ Fichier
1
2
  #!/bin/sh
  
0b8d6477   grouille   Ajout des scripts...
3
4
5
  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
0b8d6477   grouille   Ajout des scripts...
6
  
0ebed0a2   grouille   MAJ Fichier
7
8
9
10
11
12
13
14
  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