ema scemo

code_midgen
u-siri-ous 2019-12-03 11:22:42 +01:00
parent e11b061226
commit db244dd35c
1 changed files with 0 additions and 1 deletions

View File

@ -93,5 +93,4 @@ void DataSourceUS::usReceive() {
// receive low byte as lower 8 bit // receive low byte as lower 8 bit
reading |= i2c->read(); reading |= i2c->read();
value = reading; value = reading;
DEBUG_PRINT.println(reading);
} }