Arduino-PS2X icon indicating copy to clipboard operation
Arduino-PS2X copied to clipboard

Library does not work with ESP32 -> Solved

Open DIYDave opened this issue 6 years ago • 0 comments

Replace all Lines in PS2X_lib.h and PS2X_lib.cpp with definition for ESP8266 #ifdef ESP8266

by this line: #if defined (ESP8266) || defined(ESP32)

Works now great with ESP32. Thank you for this library!

DIYDave avatar Jan 15 '20 17:01 DIYDave