From 48e9508ddf2aed353b74389cd16a19eaee58d6f7 Mon Sep 17 00:00:00 2001 From: Nicholas Humfrey Date: Sat, 6 Dec 2025 18:21:45 +0000 Subject: [PATCH] Fix url in library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index a5b26b7..6ecf73c 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,5 @@ maintainer=Daniel sentence=A library that implements PID control to your code. paragraph=PID controllers are commonly used in control technology. The Wikipedia page explains it well. category=Device Control -url=https://github.com/DonnyCraft1/PIDArduino +url=https://github.com/danielflataker/PIDArduino architectures=*