-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add support for ATtiny1614 #81
base: master
Are you sure you want to change the base?
Conversation
Travis tests have failedHey @kr15h, TravisBuddy Request Identifier: 5da479e0-e315-11ea-bb85-f7bf5149087f |
Looks like there is a formatting issue. I will look into it. Is there a formatting manual somewhere? |
So should I rebase on top of the current HEAD? |
You're welcome to do so if you like, but it's not mandatory. |
We are using the library for the Fab Academy course and it would be nice to have the ATtiny1614 and other 0,1 chips available from the mainline. What do you need me to do for this to become merged? |
|
Why does this need to be made so complicated, People have reported success with just i submitted in #110 |
That was the only way I could figure at the time. Thanks @SpenceKonde for #110 |
One of our Fab Academy students wanted to use the lib with ATtiny1614 which is one of the new AVR-1 boards. They use different way of handling the pins when used via the megaTinyCore library. I added the following changes to
Sd2PinMap.h
file.Tested. Works. More AVR-1 chips to come.