# Mussel Mussel is a tiny library to emulate a mussel biosensor. ## Installation Download the ZIP archive from the `Raw` link at , 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 SPDX-FileCopyrightText: 2025 Jonas Smedegaard SPDX-FileCopyrightText: 2025 Mennatullah Hatim Kassim SPDX-FileCopyrightText: 2025 Noor Ahmad SPDX-FileCopyrightText: 2025 Tanishka Suwalka SPDX-License-Identifier: GPL-3.0-or-later