-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (17 loc) · 771 Bytes
/
README
File metadata and controls
30 lines (17 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Teensy code for The Button.
What is "The Button" exactly? See here:
http://rasterweb.net/raster/2011/05/09/the-button/
You'll need to install the Arduino IDE and the Teensduino add-on.
http://arduino.cc/hu/Main/Software
http://www.pjrc.com/teensy/teensyduino.html
The code allows the Teensy to emulate a space bar when the button
is pressed, and you can't do it faster than once per half second.
In the code, pin 10 is for the button and pin 11 is for the LED.
The on-board LED turns on when you push the button. It's for debugging
more than anything else, but you could wire up an external LED to light
up if you were so inclined.
This code is released under the GPL.
Pete Prodoehl
pete@rasterweb.net
http://rasterweb.net/raster/
Twitter: @raster