suikan4github / rpp_driver

An experimental Duplex I2S implementation on PIO and its example applications.
MIT License
0 stars 0 forks source link

Is I2cMasterInterface needed? #12

Closed suikan4github closed 1 month ago

suikan4github commented 1 month ago

The I2cMasterInterface was introduced at an early stage of development.

This class aims to split the test cases from the dependency to the SDK. Later, we introduced a dummy type definition for the Lin/Win compiler.

So, the I2cMasterInterface is not needed anymore.

suikan4github commented 1 month ago

I2cMasterInterface has been removed. It has been merged into the "develop" branch. Ready to release.