1. 06 Jan, 2016 2 commits
  2. 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
  3. 18 Oct, 2015 2 commits
  4. 04 Oct, 2015 1 commit
  5. 24 Sep, 2015 1 commit
  6. 17 Sep, 2015 4 commits
  7. 20 Jul, 2015 1 commit
    • devsaurus's avatar
      added more displays: · 6fd106af
      devsaurus authored
          sh1106_128x64_i2c
          ssd1306_64x48_i2c
          ssd1309_128x64_i2c
          ssd1327_96x96_gr_i2c
          uc1611_dogm240_i2c
          uc1611_dogxl240_i2c
          ld7032_60x32_hw_spi
          pcd8544_84x48_hw_spi
          pcf8812_96x65_hw_spi
          sh1106_128x64_hw_spi
          ssd1306_64x48_hw_spi
          ssd1309_128x64_hw_spi
          ssd1322_nhd31oled_bw_hw_spi
          ssd1322_nhd31oled_gr_hw_spi
          ssd1325_nhd27oled_bw_hw_spi
          ssd1325_nhd27oled_gr_hw_spi
          ssd1327_96x96_gr_hw_spi
          ssd1351_128x128_332_hw_spi
          ssd1351_128x128gh_332_hw_spi
          ssd1351_128x128_hicolor_hw_spi
          ssd1351_128x128gh_hicolor_hw_spi
          ssd1353_160x128_332_hw_spi
          ssd1353_160x128_hicolor_hw_spi
          st7565_64128n_hw_spi
          st7565_dogm128_hw_spi
          st7565_dogm132_hw_spi
          st7565_lm6059_hw_spi
          st7565_lm6063_hw_spi
          st7565_nhd_c12832_hw_spi
          st7565_nhd_c12864_hw_spi
          uc1601_c128032_hw_spi
          uc1608_240x128_hw_spi
          uc1608_240x64_hw_spi
          uc1610_dogxl160_bw_hw_spi
          uc1610_dogxl160_gr_hw_spi
          uc1611_dogm240_hw_spi
          uc1611_dogxl240_hw_spi
          uc1701_dogs102_hw_spi
          uc1701_mini12864_hw_spi
      6fd106af
  8. 19 Jul, 2015 1 commit
  9. 16 Jul, 2015 1 commit
  10. 31 May, 2015 3 commits
    • BruceMe's avatar
      Rename http_server to http_server.lua · 46a07700
      BruceMe authored
      46a07700
    • BruceMe's avatar
      HTTP Server for LED/Servo · d1fe4e62
      BruceMe authored
      A simple yet robust HTTP server that can parse GET parameters and turn on/off a light or set the position of a servo.
      d1fe4e62
    • BruceMe's avatar
      ADC driving RGB LED; electronic mood ring · bcfe7533
      BruceMe authored
      It's as simple as ADC (analog to digital converter); easy as RGB (Color LED)...
      
      This example can be run on any ESP8266, but it runs out of the box on the ebay search for.. "ESP8266 Battery Holder" with the light sensor on ADC0 and RGB LED.  Fun and easy way to do more than blink a light.
      bcfe7533
  11. 24 Apr, 2015 1 commit
  12. 21 Apr, 2015 1 commit
  13. 05 Apr, 2015 1 commit
  14. 04 Apr, 2015 1 commit
  15. 24 Mar, 2015 1 commit
  16. 17 Mar, 2015 1 commit
  17. 16 Mar, 2015 2 commits
  18. 14 Mar, 2015 1 commit
  19. 13 Mar, 2015 1 commit
  20. 12 Mar, 2015 2 commits
  21. 11 Mar, 2015 3 commits
  22. 02 Mar, 2015 1 commit
  23. 20 Feb, 2015 1 commit
  24. 19 Feb, 2015 1 commit
  25. 18 Feb, 2015 1 commit
  26. 13 Feb, 2015 1 commit
    • ksankark's avatar
      Update irsend.lua · a58f50eb
      ksankark authored
      The for loop was reverse because of that when i transfer 0xfff000ff i have received 0xff000fff. This update works perfect (I have tested this by receiving through Arduino IRreceiver).
      a58f50eb
  27. 08 Feb, 2015 2 commits
  28. 06 Feb, 2015 1 commit