mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 09:42:34 +00:00
📝 TinyBee note: 5V out-only pins! (#27563)
This commit is contained in:
parent
94bd6d52e9
commit
63a7d42f30
1 changed files with 12 additions and 9 deletions
|
@ -43,7 +43,7 @@
|
|||
//
|
||||
// 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
|
||||
|
@ -123,12 +123,15 @@
|
|||
/**
|
||||
* ------ ------
|
||||
* (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_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_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_D6) 15* | 7 8 | 17* (LCD_D7) (SPI_DET) 34 | 7 8 | RESET
|
||||
* GND | 9 10 | 5V GND | 9 10 | 3.3V
|
||||
* ------ ------
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue