From 8f1516ef2863debbf4ca7a27eaf8d49bab291582 Mon Sep 17 00:00:00 2001 From: funshine Date: Sun, 7 Dec 2014 12:29:29 +0800 Subject: [PATCH] modify gpio.mode api, add pullup para --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eddb6e8..cdf5f0e1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ version 0.9.2 build 2014-12-07 2014-12-07
add ow(1-wire module), from arduino, and use same api.
add an 18b20 1-wire example.
-change net.socket.send() payload max len from 256 to 1460. +change net.socket.send() payload max len from 256 to 1460.
+modify gpio.mode() api, add internal pullup/float para. [more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)