From 13db0d4c3b6eb90476296ebdd94ee991cda43a66 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 17 Nov 2019 17:03:26 +0100 Subject: [PATCH] Add Readme --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..3cda0ff --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +* 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