diff options
author | ThomasintAnker <thomasintanker1@gmail.com> | 2024-05-31 00:00:19 +0200 |
---|---|---|
committer | ThomasintAnker <thomasintanker1@gmail.com> | 2024-05-31 00:00:19 +0200 |
commit | 519ffcefbe607dcb89dd9da654628dd3b0c588eb (patch) | |
tree | 465f82fcc7bc6f8e91ad8515c9e47543a8ff8da8 /main/i2c.h | |
parent | 4525f60f29359b7ba88e47880d79fb9869913656 (diff) |
Working i2c+utp wo extra functionality
Diffstat (limited to 'main/i2c.h')
-rw-r--r-- | main/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |