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
There is no mention anywhere about the default clock speed of the I2C interface, and the current interface does not allow to change this. As both the accelerometer and compass are normal and fast mode compatible, could it be possible to add that option to the I2C module? Does the DAL currently support that?
The text was updated successfully, but these errors were encountered:
The default I2C clock speed is 100kHz. The DAL does not support changing the frequency, but the underlying mbed interface does. We can expose this, eg i2c.init(freq=250000).
Being able to set the frequency would be quite useful. I'm not quite sure
how the mbed interface relates to micropython (I assume both share the same
DAL), is it currently possible to implement it?
On 8 Mar 2016 10:39, "Damien George" notifications@github.com wrote:
The default I2C clock speed is 100kHz. The DAL does not support changing
the frequency, but the underlying mbed interface does. We can expose this,
eg i2c.init(freq=250000).
—
Reply to this email directly or view it on GitHub #228 (comment)
.
There is no mention anywhere about the default clock speed of the I2C interface, and the current interface does not allow to change this. As both the accelerometer and compass are normal and fast mode compatible, could it be possible to add that option to the I2C module? Does the DAL currently support that?
The text was updated successfully, but these errors were encountered: