Changes between Version 3 and Version 4 of arduino_tme1


Ignore:
Timestamp:
Jan 30, 2015, 4:23:48 PM (10 years ago)
Author:
Franck Wajsburt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • arduino_tme1

    v3 v4  
    33Le premier TME a pour but d'évaluer votre niveau en programmation C.
    44Vous travaillerez en binôme (sauf exception justifiée).
     5
     6== Préambule ==
     7
     8L'exécutable arduino n'est pas dans le répertoires standard. Il faut que vous modifiez la variable PATH le fichier .bashrc:
     9{{{
     10export PATH=/opt/arduino-1.0.6/arduino:$PATH
     11}}}
    512
    613== Hello World ==