sparkfun / Arduino_Apollo3

Arduino core to support the Apollo3 microcontroller from Ambiq Micro
83 stars 39 forks source link

Reduce default I2C clock #348

Closed nseidle closed 3 years ago

nseidle commented 3 years ago

The original default was 400kHz. I'm not sure of the root, I believe mbed imposed? But this was causing problems with a lot of libraries that assume 100kHz start. This PR reduces the bus speed to 100kHz.

Original: image

After PR: image

nseidle commented 3 years ago

This should fix the speed part of issue #289.