Open jnovack opened 6 years ago
Because GPIO0 through (and including) GPIO7 are set as Pull-Up (always High) by default, you have to connect them to GND to switch them from 1 to 0.
1
0
You cannot set them Low().
Low()
Because GPIO0 through (and including) GPIO7 are set as Pull-Up (always High) by default, you have to connect them to GND to switch them from
1
to0
.You cannot set them
Low()
.