sensor-watch/watch-library/simulator/watch
TheOnePerson 47812f462d
Play sound sequences asynchronously (#122)
* buzzer sequences: first draft, does not work on hardware yet (but in simulator)

* buzzer sequences: add changes to movement.c

* buzzer sequences: add demo face to Makefile

* buzzer sequences: fix problem of interrupted sounds. Add logic for repeating sub sequences. Tidy up (move logic to watch_buzzer files, remove buzzer_demo_face)

* buzzer sequences: tidy up even more

* buzzer sequences: disable registering a 32 Hz tick callback for watch faces, so it will be used exclusively by the buzzer sequences functionality

* buzzer sequences: add callback slot functionality to watch_rtc and make watch_buzzer use it. Switch internal buzzer sequences tick frequency to 64 Hz. Revert changes to movement.c

* buzzer sequences: fix parameter sanity check in watch_rtc code

* buzzer sequences/watch_rtc: optimize calling tick callbacks in RTC_Handler

* buzzer sequences/watch_rtc: fix error in calling callback functions

* buzzer sequences: revert changes to watch_rtc logic. Instead, use TC3 as the source for timing the sound sequences.

* buzzer sequences: fix frequency of callback

* buzzer sequences: integrate changes from PR #162 (set both CCBUF and PERFBUF for correct buzzer tone)
2023-01-11 15:26:33 -05:00
..
watch.c add watch_reset_to_bootloader function (resolves #81) 2022-08-14 15:23:32 -05:00
watch_adc.c movement: final list of watch faces for stock firmware 2022-04-02 10:07:18 -04:00
watch_buzzer.c Play sound sequences asynchronously (#122) 2023-01-11 15:26:33 -05:00
watch_deepsleep.c remove all deprecated functions 2022-04-10 15:56:45 -04:00
watch_extint.c remove all deprecated functions 2022-04-10 15:56:45 -04:00
watch_gpio.c Sensor Watch Simulator (#35) 2022-01-25 15:03:22 -05:00
watch_i2c.c Sensor Watch Simulator (#35) 2022-01-25 15:03:22 -05:00
watch_led.c remove errant console.log 2022-11-22 14:39:46 +01:00
watch_main_loop.h add delay_ms function for simulator 2022-10-11 22:11:58 -05:00
watch_private.c simulator: fix _read function signature 2022-05-09 10:55:28 -04:00
watch_rtc.c Precision watch update (#152) 2023-01-10 16:56:26 -05:00
watch_slcd.c Update main loop to fix reentrancy runtime errors 2022-01-27 11:12:01 -05:00
watch_spi.c implement SPI flash chip 2022-01-26 22:40:49 -05:00
watch_storage.c add support for a small filesystem on the watch 2022-05-06 17:12:14 -04:00
watch_uart.c remove all deprecated functions 2022-04-10 15:56:45 -04:00