diff options
Diffstat (limited to 'Mussel/Mussel.cpp')
-rw-r--r-- | Mussel/Mussel.cpp | 6 |
1 files changed, 5 insertions, 1 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> |