aboutsummaryrefslogtreecommitdiff
path: root/Mussel
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-03-11 20:30:09 +0100
committerJonas Smedegaard <dr@jones.dk>2025-03-11 20:30:09 +0100
commit9f843b00dbd95f9c021d33b0d03d6d44465817be (patch)
treeae67ae703b03337409ee7e163726a095ca34bdf8 /Mussel
parenteea83bcd7cdcf87045ca274c9772b567c5c6310c (diff)
add metadata; prepare for initial release
Diffstat (limited to 'Mussel')
-rw-r--r--Mussel/Mussel.cpp7
-rw-r--r--Mussel/Mussel.h4
-rw-r--r--Mussel/library.properties10
3 files changed, 21 insertions, 0 deletions
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 <noora@ruc.dk>
/// SPDX-FileCopyrightText: 2025 Tanishka Suwalka <tanishkas@ruc.dk>
/// SPDX-License-Identifier: GPL-3.0-or-later
+///
+/// * v0.0.1
+/// * initial release to radicle
+///
+/// @version 0.0.1
+/// @see <https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2tFBF4gN7ziG9oXtUytVQNYe3VhQ/tree/Mussel/README.md>
+/// @see <https://moodle.ruc.dk/course/view.php?id=23504>
#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 <dr@jones.dk>
+///
+/// @version 0.0.1
+/// @see <https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2tFBF4gN7ziG9oXtUytVQNYe3VhQ/tree/Mussel/README.md>
+/// @see <https://moodle.ruc.dk/course/view.php?id=23504>
#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 <mazrah@ruc.dk>, Jonas Smedegaard <dr@jones.dk>, Mennatullah Hatim Kassim <stud-mennatulla@ruc.dk>, Noor Ahmad <noora@ruc.dk> and Tanishka Suwalka <tanishkas@ruc.dk>
+maintainer=Jonas Smedegaard <dr@jones.dk>
+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