7
DIY DRAWING MACHINE.
Use two dimmers to draw
on your computer screen,
just like an Etch A Sketch
®
.
ONLINE INVENTION 1
ONLINE INVENTION 3
ONLINE INVENTION 2
ANALOG PONG.
Play Pong
on your computer screen
using two input Bits.
DIY COMPUTER MOUSE.
Control your mouse
(computer, not pet) with
your Arduino Bit!
Learn how to code your Arduino Bit with
one of the many tutorials on the website.
Learn about all of the different features
of the Arduino Bit and how you can use
them to add interactivity or complexity
to your inventions.
FIND THESE INVENTIONS ONLINE
CODING TUTORIALS
ARDUINO BIT TUTORIALS
//This is a comment! Comments start with
double backslashes on each line
//This is the start of our program
void
setup() {
//Set up Serial Communication
Serial
.
begin
(
9600
);
}
void
loop() {
//See the magic happen!
Serial
.
println
(
"hello littleWorld!"
);
}
Summary of Contents for Arduino Coding Kit
Page 1: ...i ARDUINO CODING KIT INVENTION GUIDE...
Page 2: ......
Page 8: ...6 LITTLEBITS CC ARDUINO FIND INVENTIONS TUTORIALS AT LITTLEBITS CC ARDUINO...
Page 15: ...i WE INVENT THE WORLD WE WANT...
Page 16: ...ii...
Page 17: ...iii A R D U I N O C O D I N G K I T...
Page 18: ...iv TO LIVE IN...
Page 27: ...21 INVENTION NOTES...
Page 28: ...22 INVENTION NOTES...
Page 29: ...23 INVENTION NOTES...
Page 31: ......