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
286 stars 67 forks source link

esp32c3 #156

Closed pyalot closed 8 months ago

pyalot commented 1 year ago

Wanted to give this library a spin. Threw an error that esp32c3 isn't supported. Any particular reason or just an oversight?

gin66 commented 1 year ago

Not an oversight. C3 is not supported: (https://github.com/gin66/FastAccelStepper#esp32c3esp32-mini-1)

The reason is, that I do not have this device, so I cannot test it.

evansgl commented 10 months ago

C3 is becoming very popular. Any chance to support it, please?

gin66 commented 10 months ago

Just have ordered two boards. Will arrive around November

gin66 commented 9 months ago

First version with esp32c3 support has been pushed.

evansgl commented 8 months ago

works great! Thanks