aboutsummaryrefslogtreecommitdiff
path: root/vote
AgeCommit message (Collapse)Author
2025-04-17move long comment above codeJonas Smedegaard
2025-04-17define LED_BUILTIN; replace variables LED1 and LED2 with defines LED1_PIN ↵Jonas Smedegaard
and LED2_PIN
2025-04-17track vote outcomeTanishka Suwalka
2025-04-17rephrase comments and log strings to clarify vote -> ballot common confusionJonas Smedegaard
2025-04-16rename function cleanOldVotes cleanOldBallotDataJonas Smedegaard
2025-04-16rename function storeVoteForMussel -> collectBallotDataJonas Smedegaard
2025-04-16rename functions qualifyMusselVote -> qualifyBallot, concludeMusselVote -> ↵Jonas Smedegaard
concludeVote
2025-04-16move align and conclude out of BLE callbackJonas Smedegaard
2025-04-16drop duplicate qualify call in BLE callback (also done in conclude)Jonas Smedegaard
2025-04-16fix log syntax, and revert to millisecondsJonas Smedegaard
2025-04-16shorten log strings and drop superfluous related commentJonas Smedegaard
2025-04-16rename variable VOTE_TIME_INVALID -> VOTE_TIME_TOLERANCEJonas Smedegaard
2025-04-16tidy whitespace; shorten comments and log stringsJonas Smedegaard
2025-04-16cleanup stack; simplify qualify() limits; change onclude()Tanishka Suwalka
2025-04-16compose plotter data with printf() (not println())Jonas Smedegaard
2025-04-16wrap long linesJonas Smedegaard
2025-04-16use log_i()Jonas Smedegaard
2025-04-16store, align, qualify and concludeTanishka Suwalka
2025-04-16formally define BLE scan timing valuesTanishka Suwalka
2025-04-16fix plot-friendly outputJonas Smedegaard
2025-04-16use unsigned long to match timestamp typeTanishka Suwalka
2025-04-16drop superfluous variable prefix MUSSEL_Jonas Smedegaard
2025-04-16replace functions debug() and printStack() with plot-friendly outputJonas Smedegaard
2025-04-16add vote as non-library sketchJonas Smedegaard