Closed
Description
Subject of the issue
I2C and SPI interfaces as a drop-in replacement for the Wire.h Arduino library with the QWIIC ecosystem would allow users to interface with relays, sensors, displays, and plenty of other external devices.
Expected behaviour
I should be able to write code to a device's implementation as described. As many devices use the Wire.h library, it should be as easy as porting this to the Apollo3.
Actual behaviour
No such library exists, requiring users to have to research the Apollo3 SPI/I2C interfaces and create their own custom drivers for selected hardware that typically already has an implementation in existence.