index
:
mussel
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vote
/
vote.ino
Age
Commit message (
Expand
)
Author
2025-04-17
move long comment above code
Jonas Smedegaard
2025-04-17
define LED_BUILTIN; replace variables LED1 and LED2 with defines LED1_PIN and...
Jonas Smedegaard
2025-04-17
track vote outcome
Tanishka Suwalka
2025-04-17
rephrase comments and log strings to clarify vote -> ballot common confusion
Jonas Smedegaard
2025-04-16
rename function cleanOldVotes cleanOldBallotData
Jonas Smedegaard
2025-04-16
rename function storeVoteForMussel -> collectBallotData
Jonas Smedegaard
2025-04-16
rename functions qualifyMusselVote -> qualifyBallot, concludeMusselVote -> co...
Jonas Smedegaard
2025-04-16
move align and conclude out of BLE callback
Jonas Smedegaard
2025-04-16
drop duplicate qualify call in BLE callback (also done in conclude)
Jonas Smedegaard
2025-04-16
fix log syntax, and revert to milliseconds
Jonas Smedegaard
2025-04-16
shorten log strings and drop superfluous related comment
Jonas Smedegaard
2025-04-16
rename variable VOTE_TIME_INVALID -> VOTE_TIME_TOLERANCE
Jonas Smedegaard
2025-04-16
tidy whitespace; shorten comments and log strings
Jonas Smedegaard
2025-04-16
cleanup stack; simplify qualify() limits; change onclude()
Tanishka Suwalka
2025-04-16
compose plotter data with printf() (not println())
Jonas Smedegaard
2025-04-16
wrap long lines
Jonas Smedegaard
2025-04-16
use log_i()
Jonas Smedegaard
2025-04-16
store, align, qualify and conclude
Tanishka Suwalka
2025-04-16
formally define BLE scan timing values
Tanishka Suwalka
2025-04-16
fix plot-friendly output
Jonas Smedegaard
2025-04-16
use unsigned long to match timestamp type
Tanishka Suwalka
2025-04-16
drop superfluous variable prefix MUSSEL_
Jonas Smedegaard
2025-04-16
replace functions debug() and printStack() with plot-friendly output
Jonas Smedegaard
2025-04-16
add vote as non-library sketch
Jonas Smedegaard