1. 09 Feb, 2016 1 commit
  2. 26 Jan, 2016 1 commit
  3. 24 Jan, 2016 1 commit
  4. 23 Jan, 2016 3 commits
  5. 22 Jan, 2016 1 commit
  6. 21 Jan, 2016 1 commit
  7. 20 Jan, 2016 1 commit
  8. 14 Jan, 2016 1 commit
  9. 13 Jan, 2016 1 commit
  10. 05 Jan, 2016 1 commit
  11. 03 Jan, 2016 1 commit
  12. 29 Dec, 2015 1 commit
  13. 23 Dec, 2015 1 commit
  14. 21 Dec, 2015 1 commit
  15. 18 Dec, 2015 1 commit
  16. 16 Dec, 2015 1 commit
    • Johny Mattsson's avatar
      Reworked module registration, removed modules.h · 4e8ef87d
      Johny Mattsson authored
      Module creation & registration now made a lot simpler. In essence,
      each module file is now self-contained and only needs a
      
        NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname);
      
      line to both be automatically recognised by the Lua initialization
      as well as honor the LUA_USE_MODULES_MYNAME #define.
      4e8ef87d
  17. 28 Nov, 2015 1 commit
  18. 19 Nov, 2015 1 commit
  19. 12 Nov, 2015 1 commit
  20. 09 Nov, 2015 1 commit
  21. 08 Nov, 2015 1 commit
  22. 03 Nov, 2015 2 commits
  23. 01 Nov, 2015 1 commit
  24. 31 Oct, 2015 1 commit
  25. 27 Oct, 2015 1 commit
    • devsaurus's avatar
      simplify spi api · 9444ae28
      devsaurus authored
      duplex_mode configuration enables/disables receiving with spi.send()
      spi.send_recv removed
      9444ae28
  26. 25 Oct, 2015 1 commit
  27. 18 Oct, 2015 3 commits
  28. 12 Oct, 2015 8 commits