arduino-course/README.org
2019-11-19 18:22:36 +01:00

14 lines
325 B
Org Mode

* Arduino Course
Code from Universidad de Granada's Arduino Course.
** Usage
If you want to use arduino-cli instead of the official Arduino IDE, you can use compile.sh to compile and upload the Sketch to the board.
For example:
#+BEGIN_SRC sh
arduino-cli sketch new Test
./compile.sh Test
#+END_SRC