- 14 May, 2015 1 commit
-
-
robertfoss authored
To fit the build on boards with 512K of flash, build using -Os flag.
-
- 20 Apr, 2015 1 commit
-
-
zeroday authored
Add multicastJoin and multicastLeave to net module
-
- 15 Apr, 2015 1 commit
-
-
Kevin Uhlir authored
net.multicastJoin(if_ip, multicast_ip) net.multicastLeave(if_ip, multicast_ip) if_ip is a string containing the interface ip to join/leave the multicast group. multicast_ip is the multicast ip of the group to join/leave. if_ip can be "" or "any" to affect all interfaces.
-
- 12 Apr, 2015 1 commit
-
-
zeroday authored
Update tmr.c
-
- 11 Apr, 2015 2 commits
-
-
Vowstar authored
fixed floating point problem in bcd conversions
-
Sander Boele authored
-
- 10 Apr, 2015 1 commit
-
-
Kirill authored
According to NodeMCU team recommendations.
-
- 04 Apr, 2015 1 commit
-
-
Vowstar authored
Add support to DHT11 and add some comments.
-
- 03 Apr, 2015 3 commits
-
-
Vowstar authored
Add support to DHT11 and add some comments.
-
Martin Han authored
-
Martin Han authored
Change function names. read->-read11() support DHT11 ->read22() support DHT21 DHT22
-
- 29 Mar, 2015 1 commit
-
-
Vowstar authored
corr typo
-
- 28 Mar, 2015 1 commit
-
-
Alex authored
wrong ip in example
-
- 18 Mar, 2015 8 commits
- 17 Mar, 2015 7 commits
-
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
funshine authored
-
zeroday authored
Added node.setcpufreq(mhz) function. thanks @markusgritsch, should use with caution, when bitbang
-
Markus Gritsch authored
This function allows setting the CPU frequency to node.CPU80MHZ or node.CPU160MHZ.
-
markusgritsch authored
Dev
-
- 16 Mar, 2015 12 commits
-
-
funshine authored
-
funshine authored
-
funshine authored
-
funshine authored
-
Vowstar authored
Read and Send Email Examples
-
AllAboutEE authored
-
AllAboutEE authored
Fixed bug where email text after CR and LF would not be read. Added example links, Fixed bug where send function could not be called more than once due to count variable.
-
funshine authored
-
funshine authored
-
AllAboutEE authored
-
funshine authored
-
funshine authored
-