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
Age
Commit message (
Expand
)
Author
2025-04-18
update report content
Jonas Smedegaard
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
add light sensor
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
2025-04-16
refine comment about plot output
Jonas Smedegaard
2025-04-15
fix reference code project generally (not library README)
Jonas Smedegaard
2025-04-15
wrap long line at URI
Jonas Smedegaard
2025-04-15
add CHANGELOG.md
Jonas Smedegaard
2025-04-15
misuse error-only log level for plot-friendly output
Jonas Smedegaard
2025-04-15
tidy comments and whitespace
Jonas Smedegaard
2025-04-15
tighten Bluetooth beacon routines
Jonas Smedegaard
2025-04-15
drop unused define INSTANCE_ID; refine comments
Jonas Smedegaard
2025-04-15
avoid need for external file mylog.h
Jonas Smedegaard
2025-04-15
pass gape angle to beacon outside of setBeacon()
Jonas Smedegaard
2025-04-15
add sensor as non-library sketch
Jonas Smedegaard
2025-04-14
gape angle is not really a temperature (even if stored as such in Bluetooth)
Jonas Smedegaard
2025-04-13
define instantiate general code before local
Jonas Smedegaard
2025-04-13
rename and describe bluetooth examples
Jonas Smedegaard
2025-04-13
add headlines for diagrams
Jonas Smedegaard
2025-04-13
refine diagrams
Jonas Smedegaard
2025-04-13
diagram: process ballots (plural)
Jonas Smedegaard
2025-04-13
update diagram inclusions
Jonas Smedegaard
2025-04-13
refine diagrams
Jonas Smedegaard
2025-04-09
update and add diagrams
Jonas Smedegaard
2025-04-08
update zip
Jonas Smedegaard
2025-04-08
add Bluetooth examples
Jonas Smedegaard
2025-04-08
read as type int (not byte)
Jonas Smedegaard
2025-04-08
fix declare struct Vote outside class Mussel
Jonas Smedegaard
[next]