wip write down free pins and think about it
This commit is contained in:
parent
2dfa2b0c13
commit
8861393e80
2 changed files with 16 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
|
|
||||||
#define PinWIPE 2
|
#define PinWIPE 2
|
||||||
#define PinWIPE_default LOW
|
#define PinWIPE_default LOW
|
||||||
|
#define Pin_I2C_SCL = 22;
|
||||||
|
#define Pin_I2C_SDA = 21;
|
||||||
|
|
||||||
|
// free usable pins
|
||||||
|
|
|
@ -30,3 +30,15 @@
|
||||||
|
|
||||||
#define PinWIPE 2
|
#define PinWIPE 2
|
||||||
#define PinWIPE_default HIGH
|
#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
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in a new issue