Is your feature request related to a problem? Please describe.
The I2cStrategy sounds like a generic I2c device class, while it is just a generic callback class.
Also, SpiStrategy is not appropriate by same reason.
We should re-name.
Describe the solution you'd like
Rename it to I2cCallbackStrategy.
Is your feature request related to a problem? Please describe. The I2cStrategy sounds like a generic I2c device class, while it is just a generic callback class.
Also, SpiStrategy is not appropriate by same reason.
We should re-name.
Describe the solution you'd like Rename it to I2cCallbackStrategy.