1. 09 Jun, 2020 2 commits
    • galjonsfigur's avatar
      Polish Lua examples (#2846) · 6926c66b
      galjonsfigur authored
      * Add missing globals from luacheck config
      
      * Fix luacheck warnings in all lua files
      
      * Re-enable luacheck in Travis
      
      * Speed up Travis by using preinstalled LuaRocks
      
      * Fix more luacheck warnings in httpserver lua module
      
      * Fix DCC module and add appropriate definitions to luacheck config.
      
      * Change inline comments from ignoring block to only ignore specific line
      
      * Add Luacheck for Windows and enable it for both Windows and Linux
      
      * Change luacheck exceptions and fix errors from 1st round of polishing
      
      * Add retry and timeout params to wget
      6926c66b
    • Andreas's avatar
      fixed missing forward declaration (#2975) · f5672207
      Andreas authored
      f5672207
  2. 17 Feb, 2019 1 commit
  3. 16 Aug, 2017 1 commit
  4. 16 Mar, 2017 2 commits
  5. 07 Mar, 2017 1 commit
  6. 25 Feb, 2017 1 commit
  7. 17 Jan, 2016 1 commit
  8. 16 Nov, 2015 1 commit
    • Nick Andrew's avatar
      Support DS18S20 and fix negative temp handling · 0a7b730e
      Nick Andrew authored
      
      
      The DS18S20 has only 1 fractional bit whereas DS18B20 has 4, and their
      temperature register alignment differs. Check the family code to choose
      the correct multiplier for both devices.
      
      Closes #610
      
      Negative temperatures (less than 0°C) are returned as a sign-extended
      two's complement number. Subtract 0x10000 to recover the proper
      negative value.
      Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
      0a7b730e
  9. 21 Feb, 2015 1 commit
  10. 14 Feb, 2015 1 commit
  11. 01 Feb, 2015 1 commit
  12. 31 Jan, 2015 1 commit
  13. 26 Jan, 2015 2 commits
  14. 22 Dec, 2014 2 commits
  15. 09 Dec, 2014 1 commit
  16. 08 Dec, 2014 2 commits