PMW3360_Arduino
PMW3360_Arduino copied to clipboard
Sensor Initialization Failed - Compatible with ESP32 ?
Hello, I am trying to use this library on a ESP32. I changed in the library the file "PWM3360.cpp" and remplaced SPI.begin() by SPI.begin(18, 19, 23, ss_pin) ; because MISO, MOSI and SCK pins aren't the same.
I tried to use the "basic_interrupt" example but I keep getting the issue "Sensor Initialization Failed". I am sure of the hardware part. I am wondering if the library is compatible with ESP32 ?
Thank you
Let's discuss here: https://github.com/SunjunKim/PMW3360/issues/2#issuecomment-892851121