Trevor
0
- Joined
- Jul 17, 2009
- Messages
- 4,386
- Points
- 113
Here is my fixed code !!
Code:void setup(){ pinMode(12, OUTPUT); // SETS PIN 12 AS TTL + } void loop(){ digitalWrite(12, HIGH); delay(500); digitalWrite(12, LOW); delay(500); }
The TLL cables are two so one is positive and the other negativ-ground !
Lol, um. You just copied and pasted the simple change I made...?

And yes, one is 5V one is ground.
Stop double posting. Edit your posts.
-Trevor
Last edited: