From e9091cc3647418da1d7a3f6ffa3c9ab240f7a14c Mon Sep 17 00:00:00 2001 From: Nick Andrew Date: Tue, 17 Nov 2015 01:13:33 +1100 Subject: [PATCH] README: Remove GPIO NEW TABLE It's in the API documentation and doesn't belong in the top-level README. Signed-off-by: Nick Andrew --- README.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/README.md b/README.md index 7e4c1cf9..89c241c5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ Tencent QQ group: 309957875
- Based on Lua 5.1.4 (without *debug, os* module.) - Event-driven programming model preferred - Built-in modules: node, json, file, timer, pwm, i2c, spi, onewire, net, mqtt, coap, gpio, wifi, adc, uart, bit, u8g, ucg, ws2801, ws2812, crypto, dht, rtc, sntp, bmp085, tls2561, hx711 and system api. -- GPIO pins re-mapped: use the index to access gpio, i2c, pwm. - Both Integer (less memory usage) and Float version firmware provided. # To Do List (pull requests are very welcome) @@ -310,43 +309,6 @@ Identify your firmware builds by editing `app/include/user_version.h` #endif ``` - - -# GPIO NEW TABLE (Build 20141219 and later) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IO indexESP8266 pinIO indexESP8266 pin
0 [*]GPIO168GPIO15 (SPI CS)
1GPIO59GPIO3 (UART RX)
2GPIO410GPIO1 (UART TX)
3GPIO011GPIO9
4GPIO212GPIO10
5GPIO14 (SPI CLK)
6GPIO12 (SPI MISO)
7GPIO13 (SPI MOSI)
-#### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported. - - #Flash the firmware nodemcu_latest.bin: 0x00000
for most esp8266 modules, just pull GPIO0 down and restart.