diff options
author | kliment <kliment.yanev@gmail.com> | 2011-07-18 06:58:52 +0200 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-07-18 06:58:52 +0200 |
commit | 6731e67015772678813e40f55c49816e84da2394 (patch) | |
tree | 6a5e5db479603bcdeac3422eba54bd9731c75990 /Sprinter | |
parent | f6c4aad7fb0b100a3d37c56c7cd34e0e0e950d3f (diff) | |
parent | 42f4ab373095d139bf92711cf49058fe4ea1323d (diff) |
Merge branch 'master' into experimental
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/pins.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h index 1bd6702..720f3a9 100644 --- a/Sprinter/pins.h +++ b/Sprinter/pins.h @@ -246,6 +246,10 @@ #define E_DIR_PIN 28 #define E_ENABLE_PIN 24 +#define E_1_STEP_PIN 36 +#define E_1_DIR_PIN 34 +#define E_1_ENABLE_PIN 30 + #define SDPOWER -1 #define SDSS 53 #define LED_PIN 13 |