Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace incorrect board name in list of supported boards #1218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 5, 2023

  1. Replace incorrect board name in list of supported boards

    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 "Micro"/"Pro Micro" with the similarly named and formed
    "Pro Mini" board, which is a common ATmega328P-based board. So I replaced the incorrect mention of "Micro" with "Pro
    Mini".
    per1234 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    05e88b8 View commit details
    Browse the repository at this point in the history