diff options
Diffstat (limited to 'main/i2c.h')
-rw-r--r-- | main/i2c.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,9 +1,4 @@ #pragma once -// https://github.com/raspberrypi/pico-examples/tree/master/i2c -// https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html - -#define MAX_SLAVES 10 -#define MAX_TIMEOUT_TIME 50 //ms //! looking for slave addresses and requesting updates void bus_task(); |