aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/vote/Mussel_Beacon_Voting.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-18 01:24:05 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-18 01:24:05 +0200
commit6ca4ff06867aa5d7354615c828bd83234d827ff2 (patch)
tree6a42f307f09e05491f8e1eb9bf157e13916dad8d /Mussel/examples/vote/Mussel_Beacon_Voting.md
parentea3988c911b467cbabe38cb9c3e6d0013b53965d (diff)
rop Mussel library; move Arduino sketches below Arduino/
Diffstat (limited to 'Mussel/examples/vote/Mussel_Beacon_Voting.md')
-rw-r--r--Mussel/examples/vote/Mussel_Beacon_Voting.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/Mussel/examples/vote/Mussel_Beacon_Voting.md b/Mussel/examples/vote/Mussel_Beacon_Voting.md
deleted file mode 100644
index 33a0893..0000000
--- a/Mussel/examples/vote/Mussel_Beacon_Voting.md
+++ /dev/null
@@ -1,20 +0,0 @@
-## Mussel Beacon Voting
-
-1. Scans bluetooth network for beacons.
-
-2. Collects mussel name and gape angle
-as decoded from each detected beacon,
-together with the time of detection in milliseconds since boot.
-
-3. Aligns the collected data
-to the format of ballots for a water quality vote.
-
-4. Qualifies the ballots for criteria of the water quality vote
-(e.g. timeliness and sanity of gape angles).
-
-5. Concludes a vote based on collected, aligned and qualified ballots.
-
-6. Acts on the voting result,
-e.g. turns on a steady light for "code green"
-or a blinking light for "code yellow",
-or turns on a blinking light and shuts off a valve for "code red".