You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The I2C function signatures in codal-core and codal-mbedos are different (uint16_t vs uint32_t). This breaks i2c in mbedos since all base class function are noops.
The I2C function signatures in codal-core and codal-mbedos are different (uint16_t vs uint32_t). This breaks i2c in mbedos since all base class function are noops.
https://github.com/lancaster-university/codal-core/blob/master/inc/driver-models/I2C.h#L115
vs
https://github.com/lancaster-university/codal-mbedos/blob/master/inc/MbedI2C.h#L81
Is this intentional?
The text was updated successfully, but these errors were encountered: