Skip to content

Commit 5476d29

Browse files
authored
added empty lines
1 parent 418a4ce commit 5476d29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Buttons-and-Switches.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All board are not born equal so does your own diy realisations, you might have c
1010

1111
The first thing is to correctly select the Button or Switch variant accordingly in the "Configure module" or "Configure template" menu.
1212
the variants supported by ESP8266 are following :
13+
1314
- Button : Button active low, internal pull-up resistor
1415
- Button_n : Button active low, no internal pull-up resistor (_n like NoPullUp)
1516
- Button_i : Button inverted, active high with internal pull-up resistor
@@ -18,6 +19,7 @@ the variants supported by ESP8266 are following :
1819
- Switch_n : Switch without pull-up resistor
1920

2021
the ESP32 supports all forementionned variants plus :
22+
2123
- Button_d : Button with internal pull-down resistor
2224
- Button_id : Button inverted, active high with internal pull-down resistor
2325
- Switch_d : Switch with internal pull-down resistor

0 commit comments

Comments
 (0)