Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8712db7

Browse files
committed
Fixed and tested through INT1_CFG
1 parent c42daf7 commit 8712db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino/L3G4200D/L3G4200D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ bool L3G4200D::getInterruptRequestLatched() {
11451145
I2Cdev::readBit(devAddr, L3G4200D_RA_INT1_CFG, L3G4200D_INT1_LIR_BIT,
11461146
buffer);
11471147
return buffer[0];
1148-
}
1148+
};
11491149

11501150
/** Set whether the interrupt for Z high is enabled
11511151
* @param enabled Whether the interrupt for Z high is enabled

0 commit comments

Comments
 (0)