diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-18 01:24:05 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-18 01:24:05 +0200 |
commit | 6ca4ff06867aa5d7354615c828bd83234d827ff2 (patch) | |
tree | 6a42f307f09e05491f8e1eb9bf157e13916dad8d /Mussel/README.md | |
parent | ea3988c911b467cbabe38cb9c3e6d0013b53965d (diff) |
rop Mussel library; move Arduino sketches below Arduino/
Diffstat (limited to 'Mussel/README.md')
-rw-r--r-- | Mussel/README.md | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Mussel/README.md b/Mussel/README.md deleted file mode 100644 index 994f3a7..0000000 --- a/Mussel/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# Mussel - -Mussel is a tiny library to emulate a mussel biosensor. - -## Installation - -Download the ZIP archive from the `Raw` link at -<https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2tFBF4gN7ziG9oXtUytVQNYe3VhQ/tree/Mussel.zip>, -then open the Arduino IDE -and choose Sketch > Include Library > Add .ZIP Library... -and select your downloaded file. - -You should now see in File > Examples > Mussel -an entry for the `basic_usage` example. - -## Motivation - -For exploration of various biosensor behaviours, -hooking into various networking setups with various looping constructs, -maintaining the behaviours as a library seemed convenient. - -## Features - -* Super simple API -* Offers multiple behaviours. - -## Requirements - -* An Arduino — http://arduino.cc/ - -## Copyright and licensing - -SPDX-FileCopyrightText: 2025 Amal Mazrah <mazrah@ruc.dk> -SPDX-FileCopyrightText: 2025 Jonas Smedegaard <dr@jones.dk> -SPDX-FileCopyrightText: 2025 Mennatullah Hatim Kassim <stud-mennatulla@ruc.dk> -SPDX-FileCopyrightText: 2025 Noor Ahmad <noora@ruc.dk> -SPDX-FileCopyrightText: 2025 Tanishka Suwalka <tanishkas@ruc.dk> -SPDX-License-Identifier: GPL-3.0-or-later |