-
Notifications
You must be signed in to change notification settings - Fork 228
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
New pin configurations & features to ATtiny package #18
base: master
Are you sure you want to change the base?
Conversation
Would be really nice if this gets merged into master. Is there any specific reason for not merging this? |
I've been trying to keep the set of supported chips small, especially since they take up so much room in the boards menu. This probably makes more sense for the 1.5.x branch, where the processor selection happens in a secondary menu and so is much more manageable. Or as a separate download for these additional chips. |
inside the files: there is a typo: should be: I would like to test it for the ATtiny861 but get the following error message: In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/avr/cores/arduino/Tone.cpp:37:0: |
Hi, Has this library been tested against Attiny x61 MCU? Regards |
It would be great to have a one-stop shop for as many ATTiny chips as possible, this seems to be a hurdle for many getting going with these projects. The 1.6.5+ IDE handles the menus pretty nicely even if there are many items listed. For the ATTiny13, this post has content specific to adding the ATTiny13A: as does this: If someone who knows what they are doing takes a look at these links- there are multiple, recent posts indicating success for the board definition. I would try to send up just the content that you would need to merge but I have every confidence that my stab at it would end up in more work for the maintainers. Thank you for maintaining this convenient repo for things ATTiny and Arduino! |
I have added the following features that would be useful to integrate into your main repo:
ATtiny87/167
ATtiny2313/4313
ATtiny261/461/861
I have also added the ATtiny13 to boards.txt.
Added SPI & I2C support to all the pinout files
Added readme file to provide guidance on installing and using.
Please consider merging these changes as you are able.
Thanks,
Scott Daniels