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 (
Collapse
)
Author
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