Skip to content

Add circuitpython-as7343 to Community Bundle #254

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

joepardue
Copy link

This pull request adds my CircuitPython driver for the AMS AS7343 spectral sensor.

  • Submodule added under libraries/drivers/circuitpython-as7343
  • Entry added to circuitpython_community_library_list.md

Library repository: https://github.com/joepardue/circuitpython-as7343

Thanks for reviewing!

joepardue added 3 commits May 8, 2025 12:01
Novice trying to get my bundle shared.
Add .gitmodules entry for circuitpython-as7343
Add circuitpython-as7343 to drivers list
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.

Thanks for submitting this new driver. I think we need a few more things before it's ready to merge.

@@ -0,0 +1 @@

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this part of the git add didn't work properly or something. It's showing just an empty .gitmodules file as the contents of the new repo. Ordinarily in the github interface this would show a link out to the other repo and a hash of the current commit:
image

I'm not sure of the exact right way to fix it. I suspect it will be something like deleting this empty .gitmodules file and then updating submodules in this branch that has the new library added, that should fetch the contents of the new library which could then be commit / pushed to this branch I think.

I'll try to tinker with this a little later and see if I can figure out the way to get it corrected with more certainty.

@joepardue
Copy link
Author

joepardue commented May 8, 2025 via email

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