1
0
forked from me/IronOS

Cleanup more unrequired logic

This commit is contained in:
Ben V. Brown
2020-07-28 22:27:14 +10:00
parent b6ee4207dd
commit d68eb95f50
4 changed files with 15 additions and 30 deletions

View File

@@ -27,12 +27,7 @@ void I2CBB::init() {
I2CSemaphore2 = xSemaphoreCreateBinaryStatic(&xSemaphoreBuffer2);
unlock();
unlock2();
//unstick bus
// start();
// for (int i = 0; i < 8; i++) {
// read_bit();
// }
// stop();
}
bool I2CBB::probe(uint8_t address) {