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!"
);
}
Содержание Arduino Coding Kit
Страница 1: ...i ARDUINO CODING KIT INVENTION GUIDE...
Страница 2: ......
Страница 8: ...6 LITTLEBITS CC ARDUINO FIND INVENTIONS TUTORIALS AT LITTLEBITS CC ARDUINO...
Страница 15: ...i WE INVENT THE WORLD WE WANT...
Страница 16: ...ii...
Страница 17: ...iii A R D U I N O C O D I N G K I T...
Страница 18: ...iv TO LIVE IN...
Страница 27: ...21 INVENTION NOTES...
Страница 28: ...22 INVENTION NOTES...
Страница 29: ...23 INVENTION NOTES...
Страница 31: ......