summaryrefslogtreecommitdiffstats
path: root/movement/lib
Commit message (Collapse)AuthorAgeFilesLines
* movement: add sunrise/sunset faceJoey Castillo2022-01-152-0/+421
|
* fix missing prototype warningsJoey Castillo2021-12-101-2/+2
|
* add header guards, move declarations to source fileJoey Castillo2021-11-243-15/+25
|
* Properly vendor TOTP-MCU temporarilyWesley Ellis2021-11-238-0/+374
|
* Add initial TOTP watch face implWesley Ellis2021-11-221-0/+0
Vendor code from https://github.com/Netthaw/TOTP-MCU to do the heavy lifting of computing SHA-1 and HMAC and the rest of TOTP Also implement a date_time to unix timestamp method