Set our I2C speed to 400Khz

f/keyboardio-model-100
Jesse Vincent 3 years ago
parent 41fad82e41
commit fedcd25d61
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -53,6 +53,8 @@ void Model100Hands::setup(void) {
digitalWrite(PB9, LOW);
delay(105); // TODO remove this when we remove it from the attiny code
Wire.begin();
Wire.setClock(400000);
}
/********* LED Driver *********/

Loading…
Cancel
Save