Skip to content

Instantly share code, notes, and snippets.

View JamesRitchie's full-sized avatar

James Ritchie JamesRitchie

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jamesritchie on github.
  • I am jamesritchie (https://keybase.io/jamesritchie) on keybase.
  • I have a public key whose fingerprint is 91D3 E2E5 FBF8 D1BF 1606 CD48 4799 5897 7B86 6522

To claim this, I am signing this object:

@JamesRitchie
JamesRitchie / ArduinoSerialStepper.ino
Last active November 19, 2017 04:21
Arduino sketch to allow control of stepper motor using the serial connection and an Adafruit Motor Shield V2 Based on http://forum.arduino.cc/index.php/topic,44526.0.html Enter the number of steps for the motor to take on the serial monitor, negative for forward,and end with a semicolon.
/*
Sketch to allow control of stepper motor using the serial connection
and an Adafruit Motor Shield V2
Based on http://forum.arduino.cc/index.php/topic,44526.0.html
Enter the number of steps for the motor to take on the serial monitor,
negative for forward,and end with a semicolon.
James Ritchie - github.com/JamesRitchie
*/