arduino-course/README.org

14 lines
278 B
Org Mode
Raw Normal View History

2019-11-17 17:03:26 +01:00
* 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
For example:
#+BEGIN_SRC sh
arduino-cli sketch new Test
./compile.sh Test
#+END_SRC