Press BTN1 and it'll buzz out the current time. While potentially you could do morse code, I've just done it as a series of digits so you don't have anything to learn - just could the amount of buzzes.
Right now there's no way for a widget to know if it's running under a clock app or not, but when that ability gets added this sort of thing could be a widget, so you can then run it with any clock face you want.
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.
That sounds like a great idea.
I've just added a very simple clock app: https://banglejs.com/apps/#vibrclock
Press BTN1 and it'll buzz out the current time. While potentially you could do morse code, I've just done it as a series of digits so you don't have anything to learn - just could the amount of buzzes.
Right now there's no way for a widget to know if it's running under a clock app or not, but when that ability gets added this sort of thing could be a widget, so you can then run it with any clock face you want.