- 27 Oct, 2019 1 commit
-
-
John Lauer authored
* Touch module 1st checkin * ESP32. Check-in 2 for Touch sensor module * ESP32: Touch module. Sample Lua code. * ESP32: Latest YouTube vid * ESP32: Touch docs update * Added opt_* methods for value retrieval
-
- 22 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Port LFS from ESP8266 to ESP32
-
- 31 Jan, 2019 1 commit
-
-
devsaurus authored
-
- 08 Nov, 2018 2 commits
-
-
tomsci authored
-
tomsci authored
* ESP32: Added http module * add asynchronous flavor for context:request() (cherry picked from commit e65b90cc8fc5296f7fe6cae1978835e06a9f44bb) * http: More asynchronous support, more options * Fix docs typo * Code review comments from @devsaurus Fixes some cleanup issues with asynchronous mode * Added http.md to mkdocs.yml * Align connection:close() to template
-
- 07 Oct, 2018 1 commit
-
-
devsaurus authored
-
- 13 Jun, 2017 1 commit
-
-
devsaurus authored
-
- 17 Mar, 2017 1 commit
-
-
Jonathan Karras authored
- Remove old non-async examples from `lua-examples`. - Rename `ds18b20.EN.md` to `README.md` - Change remaining `toBase64` calls to the more standard `toHex` call. - Fix some spelling and markdown formatting issues in README file. Addresses issue #1841
-
- 18 Apr, 2016 1 commit
-
-
Arnim Läuger authored
-
- 29 Mar, 2016 1 commit
-
-
UncleRedz authored
Corrected typo in u8g documentation and added a new u8g example which demonstrate a draw loop that works correctly with WiFi.
-
- 27 Mar, 2016 1 commit
-
-
UncleRedz authored
Cleaned up the draw loop and changed some comments.
-
- 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
-