modify gpio.mode api, add pullup para

This commit is contained in:
funshine 2014-12-07 12:29:29 +08:00
parent d07aa63eef
commit 8f1516ef28
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ version 0.9.2 build 2014-12-07
2014-12-07<br /> 2014-12-07<br />
add ow(1-wire module), from arduino, and use same api.<br /> add ow(1-wire module), from arduino, and use same api.<br />
add an 18b20 1-wire example.<br /> add an 18b20 1-wire example.<br />
change net.socket.send() payload max len from 256 to 1460. change net.socket.send() payload max len from 256 to 1460.<br />
modify gpio.mode() api, add internal pullup/float para.
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)<br /> [more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)<br />
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log) [更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)