summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMac Cowell <mac@has100ideas.com>2010-07-20 18:06:59 -0400
committerMac Cowell <mac@has100ideas.com>2010-07-20 18:06:59 -0400
commitab386209cf8965e9c94a8c0bf533d8afab3b63aa (patch)
treee1728b49e51aba2ebedccf1f8e36f2de5228bcbc
parentd61211a8dbf879a22813bbbd272af2f21882e9ae (diff)
downloaducam-ab386209cf8965e9c94a8c0bf533d8afab3b63aa.tar.gz
ucam-ab386209cf8965e9c94a8c0bf533d8afab3b63aa.zip
goddamn markdown is messing up my lists
-rw-r--r--README.markdown9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown
index b8ab764..a8ca437 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,7 +3,6 @@ README
ucam_ps3.pde displays the videostream from a modded ps3eye microscope via USB, accepts mouse clicks and drags as user input, and controls a 2-axis servo-powered microscope slide stage via an arduino w/ firmata firmware
-
requirements
------------
@@ -23,11 +22,9 @@ setup
1. upload ServoFirmata_9_11.pde to your arduino and connect the servo control wires to the +5v, ground, and digital pins 9 and 11. You will want a breadboard to breakout the power bus to the servos.
On TPro SG90 or HTX900 microservos, the wiring colors correspond to:
-
- - yellow: control
- - red: 5 volts
- - brown: ground
-
+ - yellow: control
+ - red: 5 volts
+ - brown: ground
2. run ucam_ps3.pde in processing and click around.