Go to file
coolneng 13db0d4c3b
Add Readme
2019-11-17 23:04:58 +01:00
Analog Blink Add Analog Blink code 2019-11-15 23:52:33 +01:00
Analog Buzzer Add Analog Buzzer code 2019-11-15 23:52:50 +01:00
Analog LED-Strip Add Analog LED strip code 2019-11-15 23:53:58 +01:00
Blink Add Blink code 2019-11-08 18:14:40 +01:00
Button Add Button code 2019-11-08 18:14:47 +01:00
Buzzer Add Buzzer code 2019-11-08 18:24:43 +01:00
LED Intensity Add LED intensity code 2019-11-15 23:54:13 +01:00
Photoresistor Add Photoresistor code 2019-11-15 23:54:28 +01:00
RGB Add RGB LED code 2019-11-15 23:54:58 +01:00
RGB-potentiometers Add RGB with potentiometers code 2019-11-15 23:54:41 +01:00
Serial-test Add Serial Test code 2019-11-15 23:55:07 +01:00
Speaker Add Speaker with 2 blinkers code 2019-11-08 18:50:13 +01:00
Ultrasonic Add Ultrasonic (HC-SR04) code 2019-11-15 23:55:30 +01:00
README.org Add Readme 2019-11-17 23:04:58 +01:00
compile.sh Create compiling script 2019-11-08 17:19:40 +01:00

README.org

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:

  arduino-cli sketch new Test
  ./compile.sh Test