1. 10 Jul, 2015 2 commits
    • Johny Mattsson's avatar
      Imported RTC+sleep timekeeping from an internal DiUS project. · 21874249
      Johny Mattsson authored
      Added Lua module rtctime to interface with it.
      
      This keeps as accurate time as is possible on the ESP8266, including across
      deep sleeps (provided rtctime.dsleep() is used rather than node.dsleep()).
      Intended to be used together with NTP for high accuracy time keeping. The
      API is via rtctime.{get,set}timeofday(), working from Unix epoch.
      
      Note that 160MHz CPU clock is not currently supported by the rtctime code,
      as it is only aware of the 52MHz boot clock and the regular 80Mhz default
      clock.
      
      See rtctime.h for detailed info on how this all works.
      21874249
    • Johny Mattsson's avatar
      Imported RTC access from a DiUS internal project. · 1a613eff
      Johny Mattsson authored
      Added Lua access module named "rtcmem" for read/write of RTC user module.
      1a613eff
  2. 03 Jul, 2015 3 commits
  3. 01 Jul, 2015 1 commit
  4. 29 Jun, 2015 2 commits
  5. 27 Jun, 2015 5 commits
  6. 24 Jun, 2015 2 commits
  7. 20 Jun, 2015 1 commit
  8. 19 Jun, 2015 2 commits
  9. 18 Jun, 2015 3 commits
  10. 11 Jun, 2015 2 commits
  11. 07 Jun, 2015 1 commit
  12. 05 Jun, 2015 1 commit
  13. 04 Jun, 2015 1 commit
  14. 02 Jun, 2015 1 commit
  15. 01 Jun, 2015 2 commits
  16. 28 May, 2015 4 commits
  17. 26 May, 2015 1 commit
    • makefu's avatar
      app/modules/ws2812.c: re-add ws2812.write() · c29edf7a
      makefu authored
      Add the original ws2812.write() function which does not scramble the
      buffer while preserving the 'new' ws2812.writergb.
      
      With this everybody should be happy again
      c29edf7a
  18. 23 May, 2015 2 commits
  19. 20 May, 2015 1 commit
  20. 19 May, 2015 1 commit
  21. 18 May, 2015 1 commit
  22. 17 May, 2015 1 commit