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

Support ATmega168, ATmega168P, and ATmega328 #179

Closed DaAwesomeP closed 1 year ago

DaAwesomeP commented 1 year ago

This adds support for the ATmega168, ATmega168P, and ATmega328 (currently only the ATmega328P is supported). These are all identical except:

This also technically adds support for the ATmega168A and ATmega168PA, which appear as ATmega168 to the compiler.

gin66 commented 1 year ago

awesome