Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pu2clr committed Jan 8, 2025
1 parent cba923f commit b28cff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SI4844.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -898,11 +898,11 @@ si4844_status_response *SI4844::getStatus()
{
// setClockHigh();
setClockLow();
// waitToSend();
waitToSend();
do
{
data_from_device = false;
waitInterrupt();
// data_from_device = false;
// waitInterrupt();
Wire.beginTransmission(SI4844_ADDRESS);
Wire.write(ATDD_GET_STATUS);
Wire.endTransmission();
Expand Down

0 comments on commit b28cff4

Please sign in to comment.