diff --git a/PhotoStepper/PhotoStepper.ino b/PhotoStepper/PhotoStepper.ino index afd3f36..72e2cf7 100644 --- a/PhotoStepper/PhotoStepper.ino +++ b/PhotoStepper/PhotoStepper.ino @@ -19,7 +19,7 @@ #include // analog keypad -#define PIN_BUTTON 0 +#define PIN_BUTTON A0 #define KEY_RIGHT 0 #define KEY_UP 1 #define KEY_DOWN 2 @@ -34,8 +34,8 @@ #define PIN_LCD_EN 9 #define PIN_LCD_BL 10 // stepper motor -#define PIN_STEPPER_DIR 2 -#define PIN_STEPPER_STEP 3 +#define PIN_STEPPER_DIR A1 +#define PIN_STEPPER_STEP A2 // on-board led #define PIN_LED 13 diff --git a/circuit/photostepper.fzz b/circuit/photostepper.fzz index 98dc02f..2a9c517 100644 Binary files a/circuit/photostepper.fzz and b/circuit/photostepper.fzz differ diff --git a/circuit/photostepper_bb.jpg b/circuit/photostepper_bb.jpg index 53e9a5f..c5f3b56 100644 Binary files a/circuit/photostepper_bb.jpg and b/circuit/photostepper_bb.jpg differ