diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-02 14:52:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-02 14:52:48 +0200 |
commit | b22d2e91293f742f26862a23d07f9357e1711571 (patch) | |
tree | ce66060552bc3c6351979aa932bf4a239b7514ab /Mussel | |
parent | 84d6461dc76df4061a420735a42a3cf29623e81b (diff) |
update changelog; bump version
Diffstat (limited to 'Mussel')
-rw-r--r-- | Mussel/Mussel.cpp | 6 | ||||
-rw-r--r-- | Mussel/Mussel.h | 2 | ||||
-rw-r--r-- | Mussel/library.properties | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/Mussel/Mussel.cpp b/Mussel/Mussel.cpp index 67fd10d..fcc7a7f 100644 --- a/Mussel/Mussel.cpp +++ b/Mussel/Mussel.cpp @@ -7,10 +7,14 @@ /// Mussel - a small library for Arduino to emulate a mussel biosensor /// +/// * v0.0.2 +/// * rewrite attitude #2 to also handle button press +/// * add voting functions and example +/// /// * v0.0.1 /// * initial release to radicle /// -/// @version 0.0.1 +/// @version 0.0.2 /// @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> diff --git a/Mussel/Mussel.h b/Mussel/Mussel.h index 1e94897..a50ccaa 100644 --- a/Mussel/Mussel.h +++ b/Mussel/Mussel.h @@ -7,7 +7,7 @@ /// Mussel - a small library for Arduino to emulate a mussel biosensor /// -/// @version 0.0.1 +/// @version 0.0.2 /// @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> diff --git a/Mussel/library.properties b/Mussel/library.properties index 8634f9a..604ef3b 100644 --- a/Mussel/library.properties +++ b/Mussel/library.properties @@ -1,5 +1,5 @@ name=Mussel -version=0.0.1 +version=0.0.2 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. |