From 519ffcefbe607dcb89dd9da654628dd3b0c588eb Mon Sep 17 00:00:00 2001 From: ThomasintAnker Date: Fri, 31 May 2024 00:00:19 +0200 Subject: Working i2c+utp wo extra functionality --- main/i2c.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/i2c.h') 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 #include -- cgit v1.2.3