Prototyped music player, described setup, included pictures of breadboard, and schematic

This commit is contained in:
Netwxx
2026-07-22 13:13:06 -07:00
parent 85557955ab
commit ec4618d404
4 changed files with 38 additions and 0 deletions

28
Notes/Time Tracker.md Normal file
View File

@@ -0,0 +1,28 @@
---
created: 2026-07-03T13:03:00
Index:
tags:
- software
source:
---
# Time Tracker
---
## Abilities
- Track who is signed in and out
- Sign-in
- select user with fingerprint
- verify they are currently signed out
- if not: error
- verify with pass-code
- log time in
- Sign-out
- select user with fingerprint
- verify they are signed in
- if not: error
- verify with pass-code
- log time out
- Add fingerprint to fingerprint to fingerprint sensor, auto select the next open slot
-
---