nodemcu-firmware/components
John Lauer 8b9794b99d ESP32: Pulse counter module released (#2739)
* ESP32: Added pulsecnt module

The pulsecnt module let's you use the ESP32's pulse counter capabilities from Lua.

* ESP32: Pulsecnt module. Better/faster callback.

Reduced the amount of callback variables to speed things up and shift more logic to Lua than in the C code.

* ESP32: Completed docs for pulsecnt

* ESP32: Final release of pulsecnt

* ESP32: Production release of pulsecnt

* ESP32: Release (tweaked docs)

* ESP32: Pulse Counter Release. Cleaned up .gitignore

* ESP32: Pulse counter release (changed ch1 gpio to int to match ch0)
2019-06-12 22:34:24 +02:00
..
base_nodemcu ESP32: remove use of luaM_free in file module (#2631) 2019-02-20 23:26:39 +01:00
driver_can Updated ESP-IDF to latest. 2017-05-13 22:30:13 +02:00
driver_console ESP32: uart 1/2 supports (#1982) 2017-06-13 18:33:32 +02:00
driver_i2c add i2c module 2017-02-02 21:40:36 +01:00
fatfs add support for sdmmc cards in sd-spi mode (#2644) 2019-02-10 10:11:13 +01:00
lua fix number2integer conversion for floating-point builds (#2605) 2019-01-15 17:06:11 +01:00
modules ESP32: Pulse counter module released (#2739) 2019-06-12 22:34:24 +02:00
platform force common intr alloc flags for all platform components that use rmt 2019-05-31 23:34:15 +02:00
qrcodegen Adding qrcodegen module for generating QR Codes (#2543) 2018-11-15 22:17:43 +01:00
rtos_dbg Updated to latest IDF. 2016-11-16 17:59:06 +11:00
sjson ESP32: Add SJSON module (#2562) 2018-11-22 20:58:27 +01:00
spiffs pack-port bits and pieces in spiffs.c: 2018-11-04 08:49:17 +01:00
task Updated to latest IDF. 2016-11-16 17:59:06 +11:00
u8g2 update to u8g2 2.25.10 2019-04-28 22:26:37 +02:00
ucg Add ucg module. 2018-10-07 16:31:28 +02:00