mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Slow down I2C
This commit is contained in:
@@ -27,6 +27,7 @@ void hardware_init() {
|
||||
gpio_set_mode(KEY_B_Pin, GPIO_INPUT_PD_MODE);
|
||||
setup_slow_PWM();
|
||||
setup_adc();
|
||||
I2C_ClockSet(I2C0_ID, 400000);
|
||||
}
|
||||
|
||||
void setup_adc(void) {
|
||||
|
||||
Reference in New Issue
Block a user