gin66 / FastAccelStepper

A high speed stepper library for Atmega 168/328p (nano), Atmega32u4, Atmega 2560, ESP32, ESP32S2, ESP32S3, ESP32C3 and Atmel SAM Due
MIT License
283 stars 67 forks source link

ESP32 S3 MCPWM/PCNT Support Update common.h #163

Closed HeldeReis closed 1 year ago

HeldeReis commented 1 year ago

Sorry, common.h is uncomplete in the previous pull request. It was missing a directive to make the distinction between esp32 and esp32-s3.

gin66 commented 1 year ago

Yes. I have found it and added. Please check v0.28.4

HeldeReis commented 1 year ago

Checked. Downloaded library, recompiled my code with it and it is running ok.