Commit Graph

418 Commits

Author SHA1 Message Date
HuangRui 3c09c3f7b8 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware into devfloat 2015-01-26 21:51:21 +08:00
HuangRui 9fad194675 Update pre-build firmware to 20150126. 2015-01-26 20:25:55 +08:00
HuangRui 6560dae2e4 Changed BUILD_DATE 20150126. 2015-01-26 20:05:36 +08:00
HuangRui cf4cd8f450 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware into devfloat 2015-01-26 20:00:30 +08:00
HuangRui f3303d00d4 Format ds18b20.lua. 2015-01-26 20:00:13 +08:00
HuangRui 646eaec29c Fixed LUA_NUMBER_INTEGRAL definition in user_config.h. 2015-01-26 19:57:54 +08:00
Vowstar d5047d66fb Merge pull request #138 from dvv/master
some example modules added
2015-01-26 19:53:04 +08:00
Vladimir Dronnikov 96ab811a55 yet another dht11/22 module added 2015-01-26 14:42:20 +03:00
Vladimir Dronnikov c89686e1f7 yet another ds18b20 module added 2015-01-26 14:42:07 +03:00
Vladimir Dronnikov 5d62624e08 cleanup http module 2015-01-26 14:36:39 +03:00
Vowstar 4fbff3f3ac Merge pull request #137 from alonewolfx2/patch-2
for reading internal vdd33 pin voltage.
2015-01-26 18:59:29 +08:00
HuangRui 4b1b911c98 Update pre-build binary for 20150126 patch of SDK. 2015-01-26 18:42:32 +08:00
HuangRui bee2ed7231 Patch 20150126 for esp_iot_sdk_v0.9.5_15_01_23. 2015-01-26 18:18:39 +08:00
alonewolfx2 4af0873122 for reading internal vdd33 pin voltage.
example usage and result
```
print(node.readvdd33())
3348
> 
```
2015-01-26 12:17:15 +02:00
HuangRui d4dcf55764 Formatted ds18b20.lua. 2015-01-26 18:16:55 +08:00
Vowstar c9bce72cec Merge pull request #135 from tuanpmt/master
can set makefile COMPORT name via argument make COMPORT='COM1' flash
2015-01-26 17:51:41 +08:00
HuangRui e11721ebfd Support floating point.
Add PRINTF_LONG_SUPPORT to %g option.
2015-01-26 17:21:43 +08:00
HuangRui 2e513a967e Add floating point support for output.
Changed %.14g to %g.
Add c_sprintf definition.
2015-01-26 17:17:04 +08:00
Tuan PM 42eebf8e2d can set makefile COMPORT name via argument make COMPORT='COM1' flash 2015-01-26 13:25:58 +07:00
HuangRui 04ed036cc1 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware into devfloat 2015-01-26 04:22:15 +08:00
Vowstar 09335d8252 Merge pull request #131 from javieryanez/patch-2
Error checking added in the example. Functions description added
2015-01-26 04:20:04 +08:00
Vowstar 08717918dc Merge pull request #130 from javieryanez/patch-1
Turn some variables to local
2015-01-26 04:19:33 +08:00
HuangRui 530e964d95 Try to ENABLE floating point, lack %g support. 2015-01-26 04:15:54 +08:00
Javier Yáñez 5a50f4e4ee Error checking added in the example. Functions description added 2015-01-25 20:20:48 +01:00
Javier Yáñez 71dd55ba45 Turn some variables to local
ake some adjustments because of the optimization using local variables
2015-01-25 20:13:07 +01:00
funshine 3ede2de2ea update readme for api doc 2015-01-25 12:10:40 +08:00
funshine ad966146fc migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
funshine 360fb59e63 add tcp2uart.lua example 2015-01-23 17:12:54 +08:00
funshine 9b472a465b move nodemcu init stage after user_init(), rebuild bin 2015-01-23 13:25:54 +08:00
funshine f676825872 merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08:00
HuangRui 0ea9cb9c01 VIP6(xingyuewang,http://517513.cn) commit si7021 module. 2015-01-22 23:30:59 +08:00
HuangRui f09f6443d1 Move ds18b20.CN.md to ds18b20.ZH.md 2015-01-21 18:45:08 +08:00
HuangRui 2fbd5ed509 Move bmp085.lua to bmp085 folder.
Add bmp085.EN.md.
2015-01-21 18:43:57 +08:00
Vowstar 8660c32dbc Merge pull request #120 from javieryanez/patch-2
Add README.md for DHT22 module by javieryanez
2015-01-21 16:00:26 +08:00
Vowstar 706ce8a145 Merge pull request #119 from javieryanez/patch-1
Add DHT22 module by dvv
2015-01-21 15:59:51 +08:00
Javier Yáñez 0b8b883e90 README.md for DHT22 module 2015-01-21 08:23:06 +01:00
Javier Yáñez 75904ed9bd DHT22 module 2015-01-21 08:21:08 +01:00
zeroday b6a4030102 Merge pull request #116 from dvv/master
http module draft, with example, by @dvv
2015-01-20 01:27:37 +08:00
Vladimir Dronnikov 93249a52cb http module draft, with example 2015-01-19 20:12:06 +03:00
Vowstar 0f835d0c84 Merge pull request #114 from tobiebooth/master
Added DS3231 module, documentation, and examples
2015-01-19 10:39:07 +08:00
Tobie Booth bfa3128a6d Added DS3231 module, documentation, and examples 2015-01-18 18:45:17 -06:00
funshine df3c82391f add spi, and some minor fix 2015-01-18 11:46:15 +08:00
zeroday 262f831e07 Merge pull request #107 from iabdalkader/spi
Add SPI Module (master mode only)
2015-01-18 10:07:41 +08:00
iabdalkader 3c16014641 Add SPI Module
* Add SPI support (master mode only)
* Issue #50
2015-01-16 22:41:34 +02:00
Vowstar 35d2b9e665 Fixed description of Connect to your ap. 2015-01-16 21:04:38 +08:00
funshine a2d1e5ff2b move eclipse project file to root, now eclipse can see all files 2015-01-12 21:04:43 +08:00
zeroday 59a67e543d Merge pull request #94 from kmpm/esptool
adjustments for esptool.py.
2015-01-12 19:33:38 +08:00
zeroday 1e83bd9f87 Update Makefile
roll back
2015-01-12 19:33:01 +08:00
funshine 724d3be198 combine getnetmask and getip 2015-01-12 19:23:55 +08:00
zeroday 94b643079e Merge pull request #82 from rkoffer/master
WifI wifi.xx.getnetmask & wifi.xx.getbroadcast methods added
2015-01-12 19:13:45 +08:00