is there a central organization place/scheme for the alarms, timers, stopwatch or indeep each of these apps work on their own?
There is the scheduler library that should be used for these things. Some older apps have still not been refactored with it.
The scheduler was discussed here prior to its introduction: https://github.com/espruino/BangleApps/issues/1555.
this library doesn't include the stopwatch?
i'll then see should i modify specific for "stopwatch touch" or modify the library then.
thanks
Ah, sorry. Yes I don't think stopwatch functionality is included in sched library. I guess stopwatches aren't really used for scheduling things 😉
sched
@ccchan started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
There is the scheduler library that should be used for these things. Some older apps have still not been refactored with it.
The scheduler was discussed here prior to its introduction: https://github.com/espruino/BangleApps/issues/1555.