0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 17:52:57 +00:00

📝 TinyBee note: 5V out-only pins! (#27563)

This commit is contained in:
ellensp 2024-12-04 12:55:33 +13:00 committed by GitHub
parent 94bd6d52e9
commit 63a7d42f30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@
// //
// Servos // Servos
// //
#define SERVO0_PIN 2 // 3D TOUCH #define SERVO0_PIN 2 // 3D TOUCH, Pin is level-shifted to 5V, and cannot be used as an INPUT pin!
// //
// Limit Switches // Limit Switches
@ -123,12 +123,15 @@
/** /**
* ------ ------ * ------ ------
* (BEEPER) 149 | 1 2 | 13 (BTN_ENC) (SPI MISO) 19 | 1 2 | 18 (SPI SCK) * (BEEPER) 149 | 1 2 | 13 (BTN_ENC) (SPI MISO) 19 | 1 2 | 18 (SPI SCK)
* (LCD_EN) 21 | 3 4 | 4 (LCD_RS) (BTN_EN1) 14 | 3 4 | 5 (SPI CS) * (LCD_EN) 21* | 3 4 | 4* (LCD_RS) (BTN_EN1) 14 | 3 4 | 5 (SPI CS)
* (LCD_D4) 0 | 5 6 16 (LCD_D5) (BTN_EN2) 12 | 5 6 23 (SPI MOSI) * (LCD_D4) 0* | 5 6 16* (LCD_D5) (BTN_EN2) 12 | 5 6 23 (SPI MOSI)
* (LCD_D6) 15 | 7 8 | 17 (LCD_D7) (SPI_DET) 34 | 7 8 | RESET * (LCD_D6) 15* | 7 8 | 17* (LCD_D7) (SPI_DET) 34 | 7 8 | RESET
* GND | 9 10 | 5V GND | 9 10 | 3.3V * GND | 9 10 | 5V GND | 9 10 | 3.3V
* ------ ------ * ------ ------
* EXP1 EXP2 * EXP1 EXP2
*
* * = Note: Pin is level-shifted to 5V. Cannot be used as an INPUT pin!
* Displays like a CR10_STOCKDISPLAY that require inputs on EXP1 cannot be plugged straight into this board.
*/ */
#define EXP1_01_PIN 149 #define EXP1_01_PIN 149