From 9e66a26b88729692dae14643b7e241ee913dd995 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" <5425387+Ralim@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:53:27 +1100 Subject: [PATCH] Update Setup.cpp --- source/Core/BSP/Pinecilv2/Setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Pinecilv2/Setup.cpp b/source/Core/BSP/Pinecilv2/Setup.cpp index 85ffcf63..adfbc1c9 100644 --- a/source/Core/BSP/Pinecilv2/Setup.cpp +++ b/source/Core/BSP/Pinecilv2/Setup.cpp @@ -37,7 +37,7 @@ void hardware_init() { setup_timer_scheduler(); setup_adc(); setup_pwm(); - I2C_ClockSet(I2C0_ID, 200000); // Sets clock to around 175kHz + I2C_ClockSet(I2C0_ID, 100000); // Sets clock to around 175kHz TIMER_SetCompValue(TIMER_CH0, TIMER_COMP_ID_1, 0); } void setup_pwm(void) {