aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/i2c.h')
-rw-r--r--main/i2c.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/i2c.h b/main/i2c.h
index 6625756..d1173c8 100644
--- a/main/i2c.h
+++ b/main/i2c.h
@@ -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();