1. 31 May, 2015 1 commit
    • BruceMe's avatar
      ADC driving RGB LED; electronic mood ring · bcfe7533
      BruceMe authored
      It's as simple as ADC (analog to digital converter); easy as RGB (Color LED)...
      
      This example can be run on any ESP8266, but it runs out of the box on the ebay search for.. "ESP8266 Battery Holder" with the light sensor on ADC0 and RGB LED.  Fun and easy way to do more than blink a light.
      bcfe7533
  2. 15 May, 2015 1 commit
  3. 14 May, 2015 1 commit
  4. 20 Apr, 2015 1 commit
  5. 15 Apr, 2015 1 commit
    • Kevin Uhlir's avatar
      Add multicastJoin and multicastLeave to net module · f68d4160
      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.
      f68d4160
  6. 12 Apr, 2015 1 commit
  7. 11 Apr, 2015 2 commits
  8. 10 Apr, 2015 1 commit
    • Kirill's avatar
      Update tmr.c · f19e24c7
      Kirill authored
      According to NodeMCU team recommendations.
      f19e24c7
  9. 04 Apr, 2015 1 commit
  10. 03 Apr, 2015 3 commits
  11. 29 Mar, 2015 1 commit
  12. 28 Mar, 2015 1 commit
    • Alex's avatar
      corr typo · f5a7448d
      Alex authored
      wrong ip in example
      f5a7448d
  13. 18 Mar, 2015 8 commits
  14. 17 Mar, 2015 7 commits
  15. 16 Mar, 2015 10 commits