From 22b0d81da6f355e27a6104d8744920659b9d3151 Mon Sep 17 00:00:00 2001 From: Per Tillisch Date: Fri, 30 May 2025 11:58:10 -0700 Subject: [PATCH] Correct spelling of library metadata property The `library.properties` file contains the library metadata. Previously, the `paragraph` metadata property was misspelled, causing it to not be recognized and thus making the library not compliant with the Arduino Library Specification. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 88a2cc7..ac40e16 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.3 author=Cristian Dragomir maintainer=Cristian Dragomir sentence=Use touch sensitive pins on UNO-R4 Minima and UNO-R4 WiFi -paragaph=A simple, beginner-friendly C++ library that brings capacitive touch sensing to the Arduino UNO‑R4 Minima and UNO‑R4 WiFi. It abstracts away all the low‑level CTSU, DTC, and interrupt details so you can focus on building interactive projects. +paragraph=A simple, beginner-friendly C++ library that brings capacitive touch sensing to the Arduino UNO‑R4 Minima and UNO‑R4 WiFi. It abstracts away all the low‑level CTSU, DTC, and interrupt details so you can focus on building interactive projects. category=Signal Input/Output url=https://github.com/arduino-libraries/Arduino_CapacitiveTouch architectures=renesas_uno