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 AMS AS5600 12-bit on-axis magnetic rotary position sensor #237

Closed
wants to merge 2 commits into from

Conversation

noelanderson
Copy link
Contributor

This is a driver library that adds support for the AMS AS5600 12-bit on-axis magnetic rotary position sensor.
https://ams-osram.com/products/sensor-solutions/position-sensors/ams-as5600-position-sensor

@@ -448,3 +448,6 @@
[submodule "libraries/drivers/pca9955b"]
path = libraries/drivers/pca9955b
url = https://github.com/noelanderson/CircuitPython_PCA9955B.git
[submodule "libraries/SUBFOLDER/as5600"]
path = libraries/SUBFOLDER/as5600
Copy link
Contributor

Choose a reason for hiding this comment

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

SUBFOLDER here needs to be changed to either drivers or helpers. In this case I think drivers is most appropriate.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

lol, well that's embarrassing. I'll fix and start a new PR

Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

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

I think you've accidentally created a directory named SUBFOLDER by copying the command from the guide perhaps.

"SUBFOLDER" should be replaced with either drivers or helpers, not used literally.

It might be easiest to start with a fresh branch and make a new PR. Otherwise you'll need to remove the new submodule and add it back under the drivers folder which is most appropriate for this addition I think.

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.

2 participants