aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.c
diff options
context:
space:
mode:
authorThomasintAnker <thomasintanker1@gmail.com>2024-05-31 00:00:19 +0200
committerThomasintAnker <thomasintanker1@gmail.com>2024-05-31 00:00:19 +0200
commit519ffcefbe607dcb89dd9da654628dd3b0c588eb (patch)
tree465f82fcc7bc6f8e91ad8515c9e47543a8ff8da8 /main/i2c.c
parent4525f60f29359b7ba88e47880d79fb9869913656 (diff)
Working i2c+utp wo extra functionality
Diffstat (limited to 'main/i2c.c')
-rw-r--r--main/i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/i2c.c b/main/i2c.c
index b324124..2615d0a 100644
--- a/main/i2c.c
+++ b/main/i2c.c
@@ -38,6 +38,7 @@ void init_addr_array(uint8_t array[], int size) {
}
}
+// Make sure that current addresses are checked (modules), and invalid addresses are ignore (neotrellis slave)
uint8_t* scan_bus(uint8_t *array) {
int ret;
int i = 0;