1. 08 Mar, 2015 1 commit
  2. 07 Mar, 2015 6 commits
  3. 06 Mar, 2015 6 commits
  4. 05 Mar, 2015 6 commits
  5. 04 Mar, 2015 1 commit
  6. 03 Mar, 2015 8 commits
  7. 02 Mar, 2015 2 commits
  8. 01 Mar, 2015 1 commit
  9. 28 Feb, 2015 1 commit
  10. 27 Feb, 2015 2 commits
  11. 25 Feb, 2015 1 commit
    • Ezekiel-DA's avatar
      Update file.c · c869eddb
      Ezekiel-DA authored
      Made file.seek() return nil on error / EOF, as specified in documentation, instead of returning true.
      c869eddb
  12. 21 Feb, 2015 1 commit
  13. 20 Feb, 2015 1 commit
  14. 17 Feb, 2015 2 commits
  15. 16 Feb, 2015 1 commit
    • robcazzaro's avatar
      Update dht22.lua · 85727485
      robcazzaro authored
      Addresses issue #225, slower loop timing due to the use of floats. Should be safe to use with integer-only builds, since on integer-only builds I could never see "3" as a valid value for either low or high
      85727485