From 052bcbf1f7f4081a3e16dbc7c65949e9f5cae080 Mon Sep 17 00:00:00 2001
From: xh1v23 <xh1v23@soton.ac.uk>
Date: Sun, 12 May 2024 21:07:06 +0000
Subject: [PATCH] Update samp_spd

---
 samp_spd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/samp_spd b/samp_spd
index 7707472..fc270a8 100644
--- a/samp_spd
+++ b/samp_spd
@@ -1,6 +1,7 @@
 // Reference: https://forums.raspberrypi.com/viewtopic.php?t=368639
+//https://www.hackster.io/AlexWulff/adc-sampling-and-fft-on-raspberry-pi-pico-f883dd
 
-#include <Arduino.h>
+#include <Arduino.h> //https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/cores/arduino/main.cpp
 
 int led =25;
 UART pc1(4, 5, NC, NC);  
-- 
GitLab