13d1ab1fa52a475065c9cf55ffa1930020329b7c
Parse this comma separated string to find GPIO pins on which we must enable DHT sensors. Seperators are space and comma. Can be empty, single GPIO pins, or a list: app.dht_gpio="" app.dht_gpio="5" app.dht_gpio="5,4,14" app.dht_gpio="5 4 14" app.dht_gpio="5, 4 14"
GPIO for 3-gang
- 0: Top green LED
- 16: Top blue LED
- 14: Middle blue LED
- 2: Bottom blue LED
- 12: Top button
- 3: Middle button
- 5: Bottom button
- 13: Top relay (L1)
- 4: Middle relay (L2)
- 15: Bottom relay (L3)
Description
Languages
C
99.2%
Shell
0.6%
Makefile
0.2%