nodemcu-firmware/.gitignore
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

16 lines
187 B
Plaintext

sdk/
cache/
user_config.h
server-ca.crt
sdkconfig
sdkconfig.old*
build/
app/
components/*/.output/
tools/toolchains
#ignore Eclipse project files
.cproject
.project
.settings/
.vscode/**