Joey Castillo
0542357dc0
test board for NFC with onboard antenna
2022-02-06 12:00:58 -05:00
Joey Castillo
18302bf9c4
movement: add low battery warning to simple clock
2022-02-05 17:42:43 -05:00
Joey Castillo
df0c2bfd80
remove debug statements
2022-02-05 17:33:34 -05:00
Joey Castillo
505f692037
sunrise/sunset: align date at extreme latitudes
2022-02-05 16:06:02 -05:00
Joey Castillo
74e47f9857
sunrise/sunset: update display after sunrise/sunset
2022-02-05 15:13:50 -05:00
Joey Castillo
7096435738
sunrise/sunset: improve timeout behavior
2022-02-05 14:05:33 -05:00
Joey Castillo
f4bfe45b7c
sunrise/sunset: remove test locations
2022-02-05 13:54:02 -05:00
Joey Castillo
3d7a21e3c3
fix paste layer on some sensor boards
2022-02-05 13:37:19 -05:00
joeycastillo
c74cacd34f
Merge pull request #49 from davidskeck/patch-4
...
Added output to watch face script
2022-02-05 13:36:47 -05:00
David Keck
e33530e1d0
Added output to watch face script
...
changed `--author_name` to `--author-name` to match typical style of command line arguments
changed some function names and implementations to improve readability
changed to `sys.exit` instead of exit as `sys.exit` is recommended for use in programs and `exit` is intended for use in the interactive shell (this can cause issues for some terminal emulators)
2022-02-04 21:44:45 -06:00
Joey Castillo
a3085cb136
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch
2022-02-01 00:24:20 -05:00
Joey Castillo
658739c880
sunrise/sunset: deal with timezones, other improvements
2022-01-31 21:22:48 -08:00
Joey Castillo
518a9aa919
add function for converting to 12 hour time
2022-01-31 21:17:10 -08:00
Joey Castillo
7085f89bfa
sunrise/sunset: always set the sign bit
2022-01-31 17:17:34 -08:00
joeycastillo
932e10529d
Merge pull request #43 from a2/rtc-disable-matching-mask
...
Add new function to disable certain RTC periodic callbacks
2022-01-27 14:33:45 -05:00
Joey Castillo
5fb8dabdd2
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
2022-01-27 14:28:46 -05:00
Joey Castillo
45aa04f4ac
spi test: set first 4096 bytes to 0
2022-01-27 14:28:37 -05:00
Alexsander Akers
a4cb3c8594
Adjust function semantics by "flipping" bit order
2022-01-27 12:06:06 -05:00
Alexsander Akers
a559d089f1
Add new function to disable certain RTC periodic callbacks
2022-01-27 12:06:06 -05:00
joeycastillo
d3e484dc98
Merge pull request #45 from a2/simulator-buzzer
...
Implement buzzer methods with AudioContext API
2022-01-27 12:02:51 -05:00
Joey Castillo
3801ee6b19
you don't belong here
2022-01-27 11:24:51 -05:00
Alexsander Akers
cb8223217b
Update main loop to fix reentrancy runtime errors
2022-01-27 11:12:01 -05:00
Alexsander Akers
a0f8e9c8bc
Implement buzzer methods with AudioContext API
2022-01-27 11:12:01 -05:00
Joey Castillo
14e4562b7a
add SPI to the index
2022-01-27 10:51:15 -05:00
Joey Castillo
29fa605283
fix doxygen generation
2022-01-27 10:46:53 -05:00
Joey Castillo
a26e6786ee
fix spi test (again)
2022-01-27 10:45:01 -05:00
Joey Castillo
5e4dc9ae51
fix spi test
2022-01-27 09:17:58 -05:00
Joey Castillo
523a5d2f0b
implement SPI flash chip
2022-01-26 22:40:49 -05:00
Joey Castillo
b2dbc4feeb
silence compiler warning
2022-01-26 22:15:53 -05:00
Joey Castillo
a11275d84c
watch library: implement SPI
2022-01-26 21:33:05 -05:00
Joey Castillo
1b1bba2de0
silence compiler warning
2022-01-26 21:04:56 -05:00
Joey Castillo
fe5a3eecff
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
2022-01-26 20:36:49 -05:00
Joey Castillo
f036d6a515
PCB: add final temperature sensor board
2022-01-26 20:36:40 -05:00
Joey Castillo
5d5e5b125a
watch face script: autopopulate year
2022-01-26 20:31:04 -05:00
joeycastillo
97da35da26
Merge pull request #47 from davidskeck/main
...
Added rough draft of watch_face script
2022-01-26 20:29:27 -05:00
Joey Castillo
d65103b03b
silence compiler warnings
2022-01-26 20:16:52 -05:00
Joey Castillo
0c78fdf535
watch library: implement UART
2022-01-26 19:31:49 -05:00
David Keck
c130f13bb8
minor typo fix
2022-01-26 19:15:16 -05:00
David Keck
cc2696c71a
added missing newlines to template files
2022-01-26 19:12:12 -05:00
David Keck
d58908517b
Added license info to script
2022-01-26 19:07:51 -05:00
David Keck
23610430b3
Added rough draft of watch_face script to generate custom watch faces from template. Corrected template file's missing includes and incorrect memset placeholder.
2022-01-26 18:59:48 -05:00
joeycastillo
725f17bfb6
Merge pull request #46 from a2/simulator-workflow
...
Add GitHub Workflow job to build and archive simulator
2022-01-25 18:59:40 -05:00
Alexsander Akers
2f1458bd46
Remove dangling if
condition
2022-01-25 18:17:51 -05:00
Alexsander Akers
b57c579c69
Don't compile starter-project or accelerometer-test
...
These apps have not been tested in the simulator runtime yet.
2022-01-25 18:16:31 -05:00
Alexsander Akers
c313ea5911
Add GitHub Workflow job to build and archive simulator
2022-01-25 18:13:51 -05:00
joeycastillo
bbda09e23f
Merge pull request #44 from a2/voltage-reference
...
Remove ADC_* defines in favor of hardware-specific mapping
2022-01-25 17:57:25 -05:00
Joey Castillo
71ea3b9de9
movement: add documentation mentioned in #42
2022-01-25 17:36:04 -05:00
Joey Castillo
2a59ae950f
movement: add blinky face
2022-01-25 17:28:22 -05:00
Alexsander Akers
84b65cb699
Remove ADC_* defines in favor of hardware-specific mapping
2022-01-25 17:28:15 -05:00
Joey Castillo
bcca6cc596
movement: remove blinky face
2022-01-25 17:27:46 -05:00