BenjaminSoelberg / openchronos-ng-elf

Fully modular opensource firmware for the eZ430 chronos using TI's new msp430-elf-gcc
GNU General Public License v3.0
59 stars 22 forks source link

Create a global button hooking system to be used to stop the alarm or other global button hooks #49

Closed BenjaminSoelberg closed 7 years ago

BenjaminSoelberg commented 7 years ago

f5fd7b7 Benjamin Sølberg on 2/28/17 at 10:47 PM removed the usage of message bus in the port (button) driver and replaced with a static 20 hz callback that is called prior to the normal event dispatch.

BenjaminSoelberg commented 7 years ago

f111bb2 Benjamin Sølberg on 2/24/17 at 11:36 PM Added start and stop of the 20hz time when using the stopwatch

BenjaminSoelberg commented 7 years ago

9780078 Benjamin Sølberg on 2/7/17 at 7:55 AM