Commit Graph

92 Commits

Author SHA1 Message Date
funshine 13c69796b0 add 1M,2M,4M flash support 2014-12-20 01:05:10 +08:00
funshine 0a5bf152c6 GPIO re-mapped, modify socket:connect to accept domain name 2014-12-19 16:56:07 +08:00
funshine d207dc110b modify wifi getip() to return nil if ip=0.0.0.0 2014-12-12 00:42:56 +08:00
Christee@nodemcu.com 0f37f9bfa1 lua code for getting data from bmp085 2014-12-11 22:40:35 +08:00
funshine 99a2001225 modify tmr.now to return uint31 2014-12-11 14:52:53 +08:00
funshine a6f6c02d60 fix #18, can set back to uart mode from gpio mode. add wifi.sta.status() api. 2014-12-11 14:32:50 +08:00
funshine 1cc9016769 fix #18, can set back to uart mode from gpio mode. add wifi.sta.status() api. 2014-12-11 14:32:23 +08:00
zeroday 2f980c3603 Merge pull request #24 from follower/patch-1
Fix LED blink example so it works
2014-12-09 19:33:06 +08:00
follower d76b5e9358 Fix LED blink example so it works
Two fixes to the LED blink example:

 * The ID and delay time have been swapped (should be ID followed by delay time).
 * By default the alarm only fires once, there needs to be an extra `1` as a parameter before the function definition.
2014-12-10 00:07:06 +13:00
HuangRui 8543956152 * Changed the folder structure 2014-12-09 15:02:06 +08:00
HuangRui 9740b74284 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware 2014-12-09 14:56:15 +08:00
HuangRui 3dd86c23c5 * Renamed ds18b20-example.lua to onewire-ds18b20.lua 2014-12-09 14:54:39 +08:00
vowstar aa58fe8ef2 * Changed NODEMCU to esp8266.
Changed NODEMCU to esp8266 to keep context consistent.
2014-12-09 14:45:37 +08:00
HuangRui 2222995af4 * Update README.md and DS18B20 documents. 2014-12-09 14:41:14 +08:00
funshine 30a7274083 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware 2014-12-09 14:24:51 +08:00
HuangRui 069d7bf850 * Fixed the format of ds18b20 wiki 2014-12-09 14:21:46 +08:00
funshine cc2e0a49ab increase alarm num to 7 in tmr module 2014-12-09 14:21:44 +08:00
HuangRui ebcc9c1b3c * Changed ds18b20 wiki 2014-12-09 14:19:11 +08:00
vowstar f6591008e2 * Completed the translation.
Completed the translation.
2014-12-09 13:10:26 +08:00
vowstar 5e805bba83 * Update ds18b20.EN.md
Translating.
2014-12-09 13:03:56 +08:00
HuangRui aae17e54d7 + Add ds18b20.EN.md. Translating, and haven't finished. 2014-12-08 23:55:19 +08:00
HuangRui d8e7fc777e * Renamed 18b20.lua to ds18b20.lua
+ Add ds18b20.CN.md
2014-12-08 23:39:55 +08:00
funshine aaa51c028b add uart.setup, uart.write api 2014-12-08 20:30:00 +08:00
HuangRui a1e4ad76eb * Changed File Name 2014-12-08 16:23:12 +08:00
HuangRui d6c1f80822 + Add modules folder and add 18b20.lua module 2014-12-08 16:22:38 +08:00
HuangRui adfffb89f0 * Changed ds18b20.lua to ds18b20-example.lua 2014-12-08 16:20:49 +08:00
zeroday 019fe9f547 Merge pull request #21 from alonewolfx2/patch-1
For upload tools. (removed " [[ " tags in the first line.)
2014-12-07 19:34:50 +08:00
alonewolfx2 3e645a09b4 For upload tools. (removed " [[ " tags in the first line.)
It can't upload with many luatools. Because "[[" and "]] tags using by file.write function
2014-12-07 13:15:03 +02:00
HuangRui bce686a8ed * Changed the temperature output format, add MIT licence. 2014-12-07 12:51:44 +08:00
funshine 8f1516ef28 modify gpio.mode api, add pullup para 2014-12-07 12:29:29 +08:00
funshine d07aa63eef add 1-wire module, change net.socket.send() payload to max 1460 2014-12-07 12:21:24 +08:00
funshine ab85062872 update readme to ref to nodemcu-flasher 2014-12-05 15:57:34 +08:00
funshine 199f10f990 fix #1, memory leak when input from console 2014-12-04 01:32:46 +08:00
funshine 69945ffcff remove restart at the end of wifi.ap.config 2014-12-02 15:24:56 +08:00
funshine 5fbefd9826 fix #8, some minor change 2014-12-02 12:28:27 +08:00
funshine af8a8e3167 update readme 2014-11-29 23:36:23 +08:00
funshine 8105161081 modify pwm module, add uart module 2014-11-29 23:33:45 +08:00
funshine 10c3c0bf32 update readme 2014-11-29 01:48:22 +08:00
funshine f26f83d967 fix #5,#6 2014-11-29 01:45:54 +08:00
funshine 8766dc6d81 fix dns memory leak, fix readme 2014-11-25 19:28:44 +08:00
funshine 23b7ff8ab0 update readme 2014-11-24 14:12:43 +08:00
funshine 59bdddf75f fix pwd len, dns 2014-11-24 14:10:38 +08:00
funshine 8dbe8b67ce add a lua module example myfile.lua 2014-11-24 00:30:49 +08:00
funshine 2671c0c141 a temp and dirty fix to tcp-server reboot 2014-11-23 23:05:51 +08:00
funshine 002d3c91a5 update a new telnet example 2014-11-22 21:24:51 +08:00
funshine 95e71987e4 add some examples 2014-11-21 16:03:37 +08:00
funshine b249b8d5fe update doc 2014-11-21 00:10:01 +08:00
funshine 01fc61f55c move api doc from the repo to wiki 2014-11-21 00:06:56 +08:00
funshine e86b2ec53c fix tmr.delay(), add tmr.wdclr(), fix UDP, update doc 2014-11-20 15:45:21 +08:00
funshine 6f9c17a29e add adc module, wifi.sta.getap() api, update doc 2014-11-19 23:15:50 +08:00