Currently the I2C test case directly includes PIO specific code. This makes development a bit annying since that half of the test must be hidden behind a feature flag. So we should just have a trait SimulatedI2c or similar and split the RP2350 specific code parts of into the shield crate.
Currently the I2C test case directly includes PIO specific code. This makes development a bit annying since that half of the test must be hidden behind a feature flag. So we should just have a
trait SimulatedI2cor similar and split the RP2350 specific code parts of into the shield crate.