summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_private.c
Commit message (Expand)AuthorAgeFilesLines
* add method for detecting low batteryJoey Castillo2021-08-311-0/+21
* run watch at 4 MHz unless USB is enabledJoey Castillo2021-08-301-2/+11
* fix typoJoey Castillo2021-08-301-1/+1
* SIMPLIFY! Always run the main clock at 8 MHzJoey Castillo2021-08-301-27/+6
* big PWM refactor: drive both LEDs and buzzer from TCCJoey Castillo2021-08-291-0/+65
* handle tinyusb device tasks on a timer, allows delays in appJoey Castillo2021-08-281-0/+34
* add alternate _write for debugging USB issuesJoey Castillo2021-08-281-0/+9
* force sending data after a _writeJoey Castillo2021-08-281-0/+1
* implement USB consoleJoey Castillo2021-08-281-0/+225
* external interrupt refactor: allow enabling in watch library functionsJoey Castillo2021-08-251-1/+1
* refactor: break out different areas of functionalityJoey Castillo2021-08-231-0/+44