
14 Make: Robotic Arms
exciting code to put together multiple pieces of code
and create some awesome robotics projects. When
you first open Arduino and create your first sketch,
you'll see a new code window with something called
the void loop and the void setup.
From here on out, when we refer to code, we'll be
calling it a sketch. An Arduino sketch is the code
we're going to write to send over to our Arduino.
Now that we have completed our setup, we're ready
to write our first sketch. Write this first example
exactly how we have it here. Once you have written it,
we'll break down what each line of code means, step
by step.
void setup() {
Serial ...