Closed
Description
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}
dir(busio.I2C)
['__class__', '__enter__', '__exit__', '__name__', '__bases__', '__dict__', 'deinit', 'readfrom_into', 'scan', 'try_lock', 'unlock', 'writeto', 'writeto_then_readfrom']
Metadata
Metadata
Assignees
Labels
No labels