mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-23 03:54:33 +03:00
* Properly check for "functional" ISRs and expose C-style attachInterruptArg * Use RAII idiom (cherry picked from commit 15c0b5b356aad0c3032b96ed6db0ec70cbf719d3) # Conflicts: # cores/esp8266/core_esp8266_wiring_digital.cpp * Indentation * Easier reviewability * Refactored after review input. * Finish up insights from review comments.