wip write down free pins and think about it

This commit is contained in:
Marcus 2024-10-23 02:27:49 +02:00
parent 2dfa2b0c13
commit 8861393e80
2 changed files with 16 additions and 0 deletions

View file

@ -30,3 +30,7 @@
#define PinWIPE 2
#define PinWIPE_default LOW
#define Pin_I2C_SCL = 22;
#define Pin_I2C_SDA = 21;
// free usable pins

View file

@ -30,3 +30,15 @@
#define PinWIPE 2
#define PinWIPE_default HIGH
#define Pin_I2C_SCL = 5;
#define Pin_I2C_SDA = 4;
/*
* free usable pins
* - GPIO 0 / D3 boot fails if pulled LOW
* - GPIO 12 / D6
* - GPIO 13 / D7
* - GPIO 14 / D5
* - GPIO 15 / D8 Boot fails if pulled HIGH
* - GPIO 16 / D0
*/