Just for fun, here is a javascript Mickey watch inspired by the Apple Watch Mickey theme,
A Pen by Jay Salvat on CodePen.
| import gps, os, time | |
| session = gps.gps() | |
| while 1: | |
| os.system('clear') | |
| session.query('admosy') | |
| # a = altitude, d = date/time, m=mode, | |
| # o=postion/fix, s=status, y=satellites |
Just for fun, here is a javascript Mickey watch inspired by the Apple Watch Mickey theme,
A Pen by Jay Salvat on CodePen.