faster i2c

main
radex 2024-02-17 12:57:57 +01:00
parent ef859d4c8e
commit 3170a046b7
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ void setup() {
setupStepper();
Wire.begin();
Wire.setClock(800000);
if (!setupScreen() || !setupKeyboard()) {
fatal();