summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Implement buzzer methods with AudioContext APIAlexsander Akers2022-01-277-25/+95
| |/
* | spi test: set first 4096 bytes to 0Joey Castillo2022-01-272-11/+35
* | you don't belong hereJoey Castillo2022-01-271-46/+0
|/
* add SPI to the indexJoey Castillo2022-01-273-4/+6
* fix doxygen generationJoey Castillo2022-01-271-1/+1
* fix spi test (again)Joey Castillo2022-01-271-0/+2
* fix spi testJoey Castillo2022-01-271-6/+1
* implement SPI flash chipJoey Castillo2022-01-269-33/+265
* silence compiler warningJoey Castillo2022-01-261-0/+1
* watch library: implement SPIJoey Castillo2022-01-268-37/+221
* silence compiler warningJoey Castillo2022-01-261-0/+2
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-266-24/+144
|\
| * watch face script: autopopulate yearJoey Castillo2022-01-261-3/+2
| * Merge pull request #47 from davidskeck/mainjoeycastillo2022-01-263-2/+101
| |\
| | * minor typo fixDavid Keck2022-01-261-1/+1
| | * added missing newlines to template filesDavid Keck2022-01-262-0/+2
| | * Added license info to scriptDavid Keck2022-01-261-0/+22
| | * Added rough draft of watch_face script to generate custom watch faces from te...David Keck2022-01-262-1/+76
| |/
| * Merge pull request #46 from a2/simulator-workflowjoeycastillo2022-01-251-0/+21
| |\
| | * Remove dangling `if` conditionAlexsander Akers2022-01-251-1/+0
| | * Don't compile starter-project or accelerometer-testAlexsander Akers2022-01-251-6/+0
| | * Add GitHub Workflow job to build and archive simulatorAlexsander Akers2022-01-251-0/+28
| |/
| * Merge pull request #44 from a2/voltage-referencejoeycastillo2022-01-252-22/+23
| |\
| | * Remove ADC_* defines in favor of hardware-specific mappingAlexsander Akers2022-01-252-22/+23
* | | PCB: add final temperature sensor boardJoey Castillo2022-01-263-0/+2750
* | | silence compiler warningsJoey Castillo2022-01-261-11/+2
* | | watch library: implement UARTJoey Castillo2022-01-265-40/+150
|/ /
* | movement: add documentation mentioned in #42Joey Castillo2022-01-251-0/+4
* | movement: add blinky faceJoey Castillo2022-01-254-0/+158
* | movement: remove blinky faceJoey Castillo2022-01-254-158/+0
|/
* movement: add template for watch face generatorJoey Castillo2022-01-254-0/+139
* movement: move watch face includes to a separate fileJoey Castillo2022-01-252-19/+49
* movement: slight reorganizationJoey Castillo2022-01-2525-14/+14
* movement: add two faces to default buildJoey Castillo2022-01-251-0/+2
* movement: move beat time to clock folderJoey Castillo2022-01-253-1/+1
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-25327-570/+2303
* movement: add blinky faceJoey Castillo2022-01-234-0/+158
* movement: didn't mean to add sunrise/sunset by defaultJoey Castillo2022-01-211-1/+0
* movement: simple UI for entering wearer locationJoey Castillo2022-01-212-15/+192
* movement: add time zone conversion in sunrise/sunset faceJoey Castillo2022-01-214-5/+25
* fix out of bounds access when position != 0Joey Castillo2022-01-191-1/+1
* accelerometer test face: hacksJoey Castillo2022-01-191-1/+1
* movement: long press on MODE always dismisses the active faceJoey Castillo2022-01-193-2/+7
* Merge pull request #38 from davidskeck/patch-2joeycastillo2022-01-191-1/+1
|\
| * Simple Clock: Update to signal exactly on the hourDavid Keck2022-01-191-1/+1
* | Merge pull request #39 from davidskeck/patch-3joeycastillo2022-01-191-0/+1
|\ \ | |/ |/|
| * Reset selection to 0 on resign from setting stateDavid Keck2022-01-191-0/+1
|/
* movement: reset tick to 1 Hz between watch faces (fixes #36)Joey Castillo2022-01-1912-17/+8
* add movement to the workflowjoeycastillo2022-01-191-1/+4
* Merge pull request #37 from davidskeck/patch-2joeycastillo2022-01-191-1/+8
|\