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

TinsyS3 #158

Closed markwightman closed 1 year ago

markwightman commented 1 year ago

Hi, Will this library support the new TinyS3?

From what I can see it is nearly identical to the TinyPico just more memory, few more pins and WIFI?

Thank you

gin66 commented 1 year ago

TinyS3 uses ESP32S3, which is not supported at the moment. I would expect, that the required changes are minimal to get it running. Any PR with the required changes is welcome.

gin66 commented 1 year ago

HeldeReis has provided PR #162. I have merged it. Please try