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

refactor API, begin() #47

Merged
merged 6 commits into from
Dec 8, 2023
Merged

refactor API, begin() #47

merged 6 commits into from
Dec 8, 2023

Conversation

RobTillaart
Copy link
Owner

No description provided.

@RobTillaart RobTillaart self-assigned this Dec 7, 2023
@RobTillaart RobTillaart added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 7, 2023
@RobTillaart RobTillaart merged commit 4bc6a96 into master Dec 8, 2023
5 checks passed
@RobTillaart RobTillaart deleted the develop branch December 8, 2023 10:18
@@ -114,7 +64,6 @@ bool AS5600::begin(uint8_t directionPin)
}
setDirection(AS5600_CLOCK_WISE);

_wire->begin();

Choose a reason for hiding this comment

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

for #53
This line when I have restored its work for teensy 4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Here is the code for AS5600 library, two sensors on one bus. Maybe you can add it in the examples.
2 participants