mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
8b9794b99d
* 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)
16 lines
187 B
Plaintext
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/** |