Remove redundant commented out code.

This commit is contained in:
Neil McKechnie 2023-02-23 20:16:29 +00:00
parent 39d953ed29
commit 5e9ae4a0ac
1 changed files with 0 additions and 3 deletions

View File

@ -223,10 +223,7 @@ void I2CManagerClass::I2C_handleInterrupt() {
#if defined(I2C_USE_INTERRUPTS)
ISR(TWI_vect) {
// pinMode(2,OUTPUT);
// digitalWrite(2,1);
I2CManager.handleInterrupt();
// digitalWrite(2,0);
}
#endif