Skip to content

Commit

Permalink
Disable clock reset #28
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Apr 4, 2024
1 parent 6d20e76 commit 48b6bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fw/AIRDOS04/AIRDOS04.ino
Original file line number Diff line number Diff line change
Expand Up @@ -700,10 +700,10 @@ while(true)
Wire.write((uint8_t)0x00); // 0x29
Wire.write((uint8_t)0x00); // 0x2a
Wire.endTransmission();
Wire.beginTransmission(0x51); // reset clock
/* Wire.beginTransmission(0x51); // reset clock
Wire.write(0x2f);
Wire.write(0x2c);
Wire.endTransmission();
Wire.endTransmission(); */
Wire.beginTransmission(0x51); // start stop-watch
Wire.write(0x28);
Wire.write(0x97);
Expand Down

0 comments on commit 48b6bc4

Please sign in to comment.