monkeyboard / Wiegand-Protocol-Library-for-Arduino

Wiegand 26 and Wiegand 34 Protocol Library for Arduino
323 stars 131 forks source link

ISR not in IRAM fix for ESP8266 #41

Closed frenchie71 closed 4 years ago

frenchie71 commented 4 years ago

the ESP8266 framework above 2.5.0 requires interrupt service routines to be executed in RAM rather than in FLASH

jpliew commented 4 years ago

duplicate pull.