aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.h
diff options
context:
space:
mode:
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>