• John Lauer's avatar
    ESP32: Pulse counter module released (#2739) · 8b9794b9
    John Lauer authored
    * 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)
    8b9794b9
Kconfig 5.37 KB