This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pic_controlled_stepper_motor [2009/02/27 19:31] – lbarbour | pic_controlled_stepper_motor [2009/03/08 18:22] (current) – jonmash | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PIC Controlled Stepper motor ====== | ====== PIC Controlled Stepper motor ====== | ||
| - | Code to send data to the PIC | + | * [[Code to send desired position |
| - | + | ||
| - | void setup() | + | |
| - | { | + | |
| - | | + | |
| - | } | + | |
| - | + | ||
| - | void loop() | + | |
| - | { | + | |
| - | digitalWrite(3, | + | |
| - | delayMicroseconds(2000); | + | |
| - | digitalWrite(3, | + | |
| - | delay(100); | + | |
| - | + | ||
| - | } | + | |