We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30be5e0 commit 908dceaCopy full SHA for 908dcea
workspace/TS100/Core/BSP/Miniware/Setup.c
@@ -231,7 +231,7 @@ static void MX_ADC2_Init(void) {
231
/* I2C1 init function */
232
static void MX_I2C1_Init(void) {
233
hi2c1.Instance = I2C1;
234
- hi2c1.Init.ClockSpeed = 75000;
+ hi2c1.Init.ClockSpeed = 50000;
235
// OLED doesnt handle >100k when its asleep (off).
236
hi2c1.Init.DutyCycle = I2C_DUTYCYCLE_2;
237
hi2c1.Init.OwnAddress1 = 0;
0 commit comments