You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,14 @@ The image above explains all of this board's pins (version with 30 GPIOs). The c
33
33
* 2 Digital-to-Analog Converters (DAC)
34
34
* 2 I2S interfaces
35
35
* 10 Capacitive sensing GPIOs
36
+
37
+
### Digital input GPIO pins
38
+
It has 6 GPIO pins that can only be used as digital input pins. It is not possible to configure them as digital output pins. Therefore, they do not have internal push-pull resistors attached to them. It is only possible to use them as digital input pins.
39
+
* GPIO34
40
+
* GPIO35
41
+
* GPIO36
42
+
* GPIO37
43
+
* GPIO38
44
+
* GPIO39
45
+
46
+
**Note:***The maximum operating current which GPIO pins can sink and source is 40mA according to the datasheet of ESP32 chip. But it is recommended to keep it below 20mA.*
0 commit comments