Skip to content
Snippets Groups Projects
Commit 8326c1c2 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #7005 from Diederikvanderpant/bugfix-1.1.x

added shift register pins for reprapworld keypad v1.1
parents 979a6a64 5b270417
Branches
Tags
Loading
...@@ -131,6 +131,12 @@ ...@@ -131,6 +131,12 @@
#define BTN_EN2 59 #define BTN_EN2 59
#define BTN_ENC 43 #define BTN_ENC 43
// Buttons that are attached using shift register of reprapworld keypad v1.1
#define SHIFT_CLK 63
#define SHIFT_LD 42
#define SHIFT_OUT 17
#define SHIFT_EN 17
// //
// M3/M4/M5 - Spindle/Laser Control // M3/M4/M5 - Spindle/Laser Control
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment