aboutsummaryrefslogtreecommitdiff
path: root/main/pbdrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/pbdrv.h')
-rw-r--r--main/pbdrv.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/pbdrv.h b/main/pbdrv.h
index 9496aa9..89a4870 100644
--- a/main/pbdrv.h
+++ b/main/pbdrv.h
@@ -41,21 +41,6 @@ void pb_setup();
*/
void pb_i2c_send(i2c_addr_t addr, const uint8_t * buf, size_t sz);
-/**
- * \brief Scan the bus for I2C slaves, and send handshake messages to ACK-ing
- * slaves.
- *
- * \note As a result of the RP2040 hardware limitations, this function is also
- * implemented in this file, even though it does not belong to the puzzle bus
- * driver.
- *
- * \warning In order to not miss any handshake responses, the bus should remain
- * busy during the entire scan. The \c nostop parameter of the \c
- * i2c_write_timeout_us() function from the pico-sdk does not seem to keep the
- * bus busy.
- */
-void bus_scan();
-
/// \}
#ifdef __cplusplus