gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
3.98k stars 1.59k forks source link

Replace incorrect board name in list of supported boards #1218

Open per1234 opened 1 year ago

per1234 commented 1 year ago

The readme specifies the project's target of ATmega328P-based boards and includes a list of examples of such boards.

Previously that list included the Micro, but this board is based on the ATmega32U4 microcontroller rather than ATmega328P. From experience, I know that people often mix up the names of the "Micro"/"Pro Micro" and the similarly named and formed "Pro Mini", which is a common ATmega328P-based board. So I replaced the incorrect mention of "Micro" with "Pro Mini".