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

Add support for modern AVRs like Attiny 0,1,2 series #141

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

Conversation

mgrosvenor
Copy link

No description provided.

@mgrosvenor
Copy link
Author

Code liberally borrowed from https://github.com/SpenceKonde/OneWire/blob/master/util/OneWire_direct_gpio.h

With thanks to @SpenceKonde

@mgrosvenor mgrosvenor changed the title Add support for modern AVRs like Attiny 0.1,2 series Add support for modern AVRs like Attiny 0,1,2 series Aug 5, 2024
Copy link

@amarotica amarotica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orgua's commit is a great addition to the OneWireHub library. It seems to be working on an AVR16DD20 MCU which was not working before I utilized their update.

@Stopfbit
Copy link

Thank you for the changes. Tested on an ATTiny817, which has now been working without any problems for about 20 hours.

@mgrosvenor
Copy link
Author

I wrote this patch because I wanted to use an attiny1616 which seems to also be working. Any of the 0/1/2 series should also work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants