PaulStoffregen / PS2Keyboard

PS/2 Keyboard Library for Arduino
http://www.pjrc.com/teensy/td_libs_PS2Keyboard.html
147 stars 57 forks source link

ESP8266 compatibility handling #33

Closed cociweb closed 3 years ago

cociweb commented 3 years ago

with V2.4.2 or higher version of esp8266 compiler the interrupt should be placed into the ram. this fix avoids the ISR not in IRAM error.

cociweb commented 3 years ago

-