- 23 Mar, 2016 1 commit
-
-
UncleRedz authored
Example of an u8glib draw loop that works with WiFi by keeping the draw loop execution time to a minimum.
-
- 14 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 25 Jan, 2016 1 commit
-
-
Marcel Stör authored
Fixes #941
-
- 07 Jan, 2016 2 commits
- 06 Jan, 2016 3 commits
- 16 Nov, 2015 1 commit
-
-
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:
Nick Andrew <nick@nick-andrew.net>
-
- 18 Oct, 2015 2 commits
- 04 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 24 Sep, 2015 1 commit
-
-
devsaurus authored
-
- 17 Sep, 2015 4 commits
- 20 Jul, 2015 1 commit
-
-
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
-
- 19 Jul, 2015 1 commit
-
-
devsaurus authored
keeps the API as before and gets rid of hw_spi vs sw_spi topics
-
- 16 Jul, 2015 1 commit
-
-
devsaurus authored
+ uniform generaration + addition of further displays - slight unneccesary heap allocation when display drivers are included but not used
-
- 31 May, 2015 3 commits
-
-
BruceMe authored
-
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.
-
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.
-
- 24 Apr, 2015 1 commit
-
-
devsaurus authored
-
- 21 Apr, 2015 1 commit
-
-
devsaurus authored
-
- 05 Apr, 2015 1 commit
-
-
funshine authored
-
- 04 Apr, 2015 1 commit
-
-
funshine authored
-
- 24 Mar, 2015 1 commit
-
-
AllAboutEE authored
-
- 17 Mar, 2015 1 commit
-
-
devsaurus authored
-
- 16 Mar, 2015 2 commits
-
-
AllAboutEE authored
Fixed bug where email text after CR and LF would not be read. Added example links, Fixed bug where send function could not be called more than once due to count variable.
-
AllAboutEE authored
-
- 14 Mar, 2015 1 commit
-
-
AllAboutEE authored
Added comments to send_email_smtp and removed an unecessary variable. Fixed mispelling in comment in read_email_imap.lua
-
- 13 Mar, 2015 1 commit
-
-
AllAboutEE authored
-
- 12 Mar, 2015 2 commits
-
-
AllAboutEE authored
-
AllAboutEE authored
Added imap lua module and updated read_email_imap.lua example to use module. There is a bug where Examine is not sent sometimes.
-
- 11 Mar, 2015 3 commits
-
-
devsaurus authored
-
devsaurus authored
-
AllAboutEE authored
Added IMAP read email example. The example is working but the output sections are not 100% correct. Parsing the output and waiting for OK message from server is needed.
-
- 02 Mar, 2015 1 commit
-
-
AllAboutEE authored
Added I/O expander MCP23008 module and two examples: digital output with LEDS, and digital input with buttons.
-
- 20 Feb, 2015 1 commit
-
-
Damian authored
There was no alarm ID.
-