From ecafefe392251793aea12331ca86bf6d80ee961a Mon Sep 17 00:00:00 2001 From: arendst Date: Thu, 9 Mar 2017 18:12:59 +0100 Subject: [PATCH] update lay-out --- Expanding-Sonoffs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Expanding-Sonoffs.md b/Expanding-Sonoffs.md index 4c908eba..efd2e8ea 100644 --- a/Expanding-Sonoffs.md +++ b/Expanding-Sonoffs.md @@ -1,6 +1,7 @@ One capability of Tasmota is that you can connect additional things to available pins on the ESP8266 that controls these devices If a pin is defined as GPIO_USER in the module template, you can assign it one of the following functions: +``` * GPIO_NONE, // Not used * GPIO_DHT11, // DHT11 * GPIO_DHT21, // DHT21, AM2301 @@ -34,7 +35,7 @@ If a pin is defined as GPIO_USER in the module template, you can assign it one o * GPIO_LED2_INV, * GPIO_LED3_INV, * GPIO_LED4_INV - +``` # Examples