Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pic_controlled_stepper_motor [2009/02/28 02:44] jonmashpic_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 to the motor controller]]
-<code> +
-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); 
-   
-} 
-</code> 
pic_controlled_stepper_motor.1235789043.txt.gz · Last modified: by jonmash
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