Skip to content
Robo Racer edited this page Jul 18, 2023 · 5 revisions

Welcome to the Autonomous-Racing-Robot wiki!

To learn more about your Arduino UNO board visit the Arduino UNO Board Anatomy Page of this wiki.

If you do not have the Arduino IDE 1.8.x installed on your development computer you can follow the following instruction for your operating system:-

To check if your development machine is set up correctly you can blink the inbuilt LED by following the instructions on:- Blinking the Built in LED on Arduino Uno using Arduino IDE 1.8.x page

You will need to understand the basic structure of an Arduino sketch (program), you can find the details on the Anatomy of Arduino Sketch page