1. 23 Jan, 2018 1 commit
    • Konrad Hübner's avatar
      ws2812 effects library (#2215) · ed56d949
      Konrad Hübner authored
      * ws2812 effects and color utils modules added
      
      * Added documentation for new modules to mkdocs.yml
      
      * changed mode option to string, documentation, default modules fixed
      
      * updated user_modules.h
      ed56d949
  2. 14 Jan, 2018 1 commit
  3. 10 Jan, 2018 4 commits
  4. 19 Dec, 2017 1 commit
    • Carlos Bastos Filho's avatar
      Update file.c · 442e3e2e
      Carlos Bastos Filho authored
      Buffer size of funtion readline is wrong  (Line 480)
      Should be FILE_READ_CHUNK = 1024 bytes instead 256 bytes
      442e3e2e
  5. 17 Dec, 2017 1 commit
  6. 03 Dec, 2017 1 commit
  7. 19 Nov, 2017 2 commits
  8. 30 Oct, 2017 1 commit
  9. 29 Oct, 2017 1 commit
  10. 28 Oct, 2017 1 commit
  11. 22 Oct, 2017 1 commit
  12. 16 Oct, 2017 1 commit
  13. 28 Sep, 2017 1 commit
  14. 15 Sep, 2017 2 commits
  15. 24 Aug, 2017 1 commit
  16. 16 Aug, 2017 1 commit
    • fetchbot's avatar
      add ds18b20 module (#2003) · d079b842
      fetchbot authored
      * add ds18b20 module
      * add intitial eeprom value definition
      * adjust read() function and address handling
      d079b842
  17. 05 Aug, 2017 1 commit
  18. 18 Jul, 2017 1 commit
  19. 08 Jul, 2017 2 commits
  20. 03 Jul, 2017 1 commit
    • Johny Mattsson's avatar
      Cleaned up sjson module build. · ea4d3371
      Johny Mattsson authored
      - Move jsonsl build to regular library build rather than #include the .c file
      - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
      ea4d3371
  21. 29 Jun, 2017 1 commit
  22. 18 Jun, 2017 1 commit
  23. 21 May, 2017 4 commits
  24. 16 May, 2017 1 commit
  25. 15 May, 2017 1 commit
  26. 11 May, 2017 1 commit
  27. 07 May, 2017 1 commit
  28. 27 Apr, 2017 1 commit
  29. 26 Apr, 2017 1 commit
  30. 20 Apr, 2017 1 commit
    • Metin KOC's avatar
      Hdc1080 Module Add (#1880) · 9d11543f
      Metin KOC authored
      * Hdc1080 Module Add
      
      * for Float/Integer Build fixes
      
      * disable module for default
      
      * document fix
      
      * Deprecate init() in favor of setup()
      
      * Fix grammar and code sample
      
      * Deprecate init() in favor of setup()
      
      * Update hdc1080.md
      
      * Update hdc1080.md
      
      * Mini fix
      
      * Update user_modules.h
      9d11543f
  31. 19 Apr, 2017 1 commit
    • tjhowse's avatar
      Add module for TCS34725 colour sensor. (#1895) · d777fdc5
      tjhowse authored
      * Add module for TCS34725 colour sensor.
      
      * Fix implicit return.
      
      * Fix timer disarm after init completion callback.
      
      * Rework init() into setup() as per PR#1887.
      
      * Add new module to mkdocs and user_modules.
      
      * Fix unclear debug messages.
      
      * Documentation updates.
      
      * Cleanup comments and formatting.
      
      * Don't auto-enable the sensor.
      
      * Add callback function to enable.
      
      * Simplify Read16.
      
      * Remove Lua state argument to enable callback.
      
      * Remove self_ref.
      d777fdc5