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
if the I2C port is not initiated before like this:
i2cPort = &wirePort;
and we do
i2cPort->write
than the program crashes
Maybe we can check this in the write routine?
The text was updated successfully, but these errors were encountered:
if the I2C port is not initiated before like this:
i2cPort = &wirePort;
and we do
i2cPort->write
than the program crashes
Maybe we can check this in the write routine?
The text was updated successfully, but these errors were encountered: