-
Notifications
You must be signed in to change notification settings - Fork 1.3k
busio.I2Cslave(responder) seems to be missing #7475
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
Comments
You are looking for the It is however not available on any M0 build currently, you would have to build it manually by adding However, your original issue seems to be a timing problem on RP2040, have you tried 8.0 beta 6 ? Or the latest builds. There have been time issues fixed. [I fixed the links in your post] |
I tried your original test program on both a Cyrton Maker PI RP2040 and a Raspberry Pi Pico with version 7.3.3 of Circuitpython and didn't see your timing issue. What version of Circuit Python are you running?
|
Thank you both: @Neradoc |
Strange, I still get good time output:
Edit: I'm running a puTTY serial terminal on Windows 8. I wouldn't think that would matter but maybe Mu is loading some background overhead. I'll try running from Mu. Same results when connected via Mu Editor.... |
Thank you - I had considered Mu / Win10 an issue , but the Feather is good !! |
Uh oh!
There was an error while loading. Please reload this page.
I'm having issues with my Cytron Maker PI RP2040 timing issues CytronTechnologies/MAKER-PI-RP2040#5
SO I wanted to use a Adafruit Feather Express M0 as an I2C slave for my HC-SR04 (sonar) unit [robot project]
^
I found this PR #1064 but that was for version 4 - afaict.
I don't see anything in the 'docs' weblink - just the standard busio.I2C api.
^
Bitbangio was mentioned as a possible alternative - which might help
But was hoping for an already created 'I2Cresponder' api.
^
Any ideas or suggestions will be appreciated.
Gary Olzeke51
this is the REPL for busio.I2C - I don't see the 'send' or 'recv' API {for the Feather}
The text was updated successfully, but these errors were encountered: