Skip to content

Commit

Permalink
Update to conform to FastIMU library
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidCGS committed Mar 30, 2023
1 parent e72d14f commit 8888199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Firmware/Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ int ledColor = 0;
bool calPressed = false;

void setup() {
Wire.begin();
Wire.setClock(400000); //400khz clock

pinMode(7, OUTPUT);
pinMode(5, OUTPUT);
pinMode(6, OUTPUT);
Expand Down

0 comments on commit 8888199

Please sign in to comment.