From 9f843b00dbd95f9c021d33b0d03d6d44465817be Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 11 Mar 2025 20:30:09 +0100 Subject: add metadata; prepare for initial release --- Mussel/Mussel.cpp | 7 +++++++ Mussel/Mussel.h | 4 ++++ Mussel/library.properties | 10 ++++++++++ 3 files changed, 21 insertions(+) create mode 100644 Mussel/library.properties (limited to 'Mussel') diff --git a/Mussel/Mussel.cpp b/Mussel/Mussel.cpp index 3e13316..0bbcb52 100644 --- a/Mussel/Mussel.cpp +++ b/Mussel/Mussel.cpp @@ -6,6 +6,13 @@ /// SPDX-FileCopyrightText: 2025 Noor Ahmad /// SPDX-FileCopyrightText: 2025 Tanishka Suwalka /// SPDX-License-Identifier: GPL-3.0-or-later +/// +/// * v0.0.1 +/// * initial release to radicle +/// +/// @version 0.0.1 +/// @see +/// @see #include "Mussel.h" #include "Arduino.h" diff --git a/Mussel/Mussel.h b/Mussel/Mussel.h index 5d85068..bed275b 100644 --- a/Mussel/Mussel.h +++ b/Mussel/Mussel.h @@ -2,6 +2,10 @@ /// /// SPDX-License-Identifier: GPL-3.0-or-later /// SPDX-FileCopyrightText: 2025 Jonas Smedegaard +/// +/// @version 0.0.1 +/// @see +/// @see #ifndef Mussel_h #define Mussel_h diff --git a/Mussel/library.properties b/Mussel/library.properties new file mode 100644 index 0000000..8634f9a --- /dev/null +++ b/Mussel/library.properties @@ -0,0 +1,10 @@ +name=Mussel +version=0.0.1 +author= Amal Mazrah , Jonas Smedegaard , Mennatullah Hatim Kassim , Noor Ahmad and Tanishka Suwalka +maintainer=Jonas Smedegaard +sentence=Arduino library to emulate a mussel biosensor. +paragraph=Arduino library to to emulate a mussel biosensor. +category=Sensors +url=https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2tFBF4gN7ziG9oXtUytVQNYe3VhQ +architectures=* +includes=Mussel.h -- cgit v1.2.3