aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-18update report contentJonas Smedegaard
2025-04-17move long comment above codeJonas Smedegaard
2025-04-17define LED_BUILTIN; replace variables LED1 and LED2 with defines LED1_PIN and...Jonas Smedegaard
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 -> co...Jonas Smedegaard
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-16add light sensorJonas Smedegaard
2025-04-16replace functions debug() and printStack() with plot-friendly outputJonas Smedegaard
2025-04-16add vote as non-library sketchJonas Smedegaard
2025-04-16refine comment about plot outputJonas Smedegaard
2025-04-15fix reference code project generally (not library README)Jonas Smedegaard
2025-04-15wrap long line at URIJonas Smedegaard
2025-04-15add CHANGELOG.mdJonas Smedegaard
2025-04-15misuse error-only log level for plot-friendly outputJonas Smedegaard
2025-04-15tidy comments and whitespaceJonas Smedegaard
2025-04-15tighten Bluetooth beacon routinesJonas Smedegaard
2025-04-15drop unused define INSTANCE_ID; refine commentsJonas Smedegaard
2025-04-15avoid need for external file mylog.hJonas Smedegaard
2025-04-15pass gape angle to beacon outside of setBeacon()Jonas Smedegaard
2025-04-15add sensor as non-library sketchJonas Smedegaard
2025-04-14gape angle is not really a temperature (even if stored as such in Bluetooth)Jonas Smedegaard
2025-04-13define instantiate general code before localJonas Smedegaard
2025-04-13rename and describe bluetooth examplesJonas Smedegaard
2025-04-13add headlines for diagramsJonas Smedegaard
2025-04-13refine diagramsJonas Smedegaard
2025-04-13diagram: process ballots (plural)Jonas Smedegaard
2025-04-13update diagram inclusionsJonas Smedegaard
2025-04-13refine diagramsJonas Smedegaard
2025-04-09update and add diagramsJonas Smedegaard
2025-04-08update zipJonas Smedegaard
2025-04-08add Bluetooth examplesJonas Smedegaard
2025-04-08read as type int (not byte)Jonas Smedegaard
2025-04-08fix declare struct Vote outside class MusselJonas Smedegaard