Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pins pins_CREALITY_ENDER2P_V24S4, solves issue 26903 #26908

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,20 +183,20 @@

/** ------
* PC6 | 1 2 | PC7
* PA2 | 3 4 | PC1
* PA2 | 3 4 | PA3
* PB13 5 6 | PB14
* PB15 | 7 8 | PB12
* GND | 9 10 | 5V
* N/C | 7 8 | PB12
* GND | 9 10 | 5V
* ------
* EXP1
*/
#define EXP1_01_PIN PC6
#define EXP1_02_PIN PC7
#define EXP1_03_PIN PA2
#define EXP1_04_PIN PC1
#define EXP1_04_PIN PA3
#define EXP1_05_PIN PB13
#define EXP1_06_PIN PB14
#define EXP1_07_PIN PB15
#define EXP1_07_PIN -1
#define EXP1_08_PIN PB12

#if ENABLED(CR10_STOCKDISPLAY) // LCD used for C2
Expand Down
Loading