Arduino Robotic Car Workshop
This repository contains all the files for the "Arduino Robotic Car workshop" run by the Univeristy of Eidnburgh Embedded and Robotics Society. The structure of the repository is as follows:
[number][description].ino
These files contain the the finished versions of the files that should be completed by the participants . These files are intended for people that have not managed to finish writing up the code during the workshop or that want to self study the workshop at home.
00outline.ino
This file contains the outline skeleton code with no functionality.
01LEDflash.ino
This file contains the code that will flash an LED on and off in 1 second intervals.
02buttonLED.ino
This file contains the code that will turn an LED on and off whenever a button is pressed.
03motor.ino
This file contains the code that will turn on one of the DC motors used in this project whenever a button is pressed.
04twomotors.ino
This file contains the code that will turn on both of the DC motors whenever a button is pressed.
Running on an Arduino
You will need the Arduino IDE installed. Download the chosen file and open it using the Arduino IDE. You can upload it to your Arduino following the instructions within this software.
Workshop
The slides to this workshop will be posted online and linked in here so that everyone can follow along at home.