Hey @wrcman555,
No, this we did not address yet and might not so soon.
If your analogRead
does not work with current sensing you can use adcRead
which is a more efficient version of the analog read.
You might have to include in addition to simplefoc.h:
#include "current_sensing/hardware_specific/esp32/esp32_driver.h"