Skip to content

Commit 22b0d81

Browse files
authored
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.
1 parent e996cdc commit 22b0d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.3
33
author=Cristian Dragomir
44
maintainer=Cristian Dragomir
55
sentence=Use touch sensitive pins on UNO-R4 Minima and UNO-R4 WiFi
6-
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.
6+
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.
77
category=Signal Input/Output
88
url=https://github.com/arduino-libraries/Arduino_CapacitiveTouch
99
architectures=renesas_uno

0 commit comments

Comments
 (0)