aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.h
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.h
parent4525f60f29359b7ba88e47880d79fb9869913656 (diff)
Working i2c+utp wo extra functionality
Diffstat (limited to 'main/i2c.h')
-rw-r--r--main/i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/i2c.h b/main/i2c.h
index 5ad5cfb..05acb1c 100644
--- a/main/i2c.h
+++ b/main/i2c.h
@@ -1,5 +1,6 @@
#pragma once
// https://github.com/raspberrypi/pico-examples/tree/master/i2c
+// https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html
#include <stddef.h>
#include <stdint.h>