This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== PIC Controlled Stepper motor ====== Code to send data to the PIC void setup() { pinMode(3, OUTPUT); // sets the digital pin as output } void loop() { digitalWrite(3, HIGH); delayMicroseconds(2000); digitalWrite(3, LOW); delay(100); } void setup() { pinMode(3, OUTPUT); // sets the digital pin as output } void loop() { digitalWrite(3, HIGH); delayMicroseconds(2000); digitalWrite(3, LOW); delay(100); }

pic_controlled_stepper_motor.1235763761.txt.gz · Last modified: 2009/02/27 19:42 by lbarbour
Back to top
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0