There currently appears to be no way to remove a tick request,
and calling this func without args gives:
self.tick_expiry = watch.rtc.get_uptime_ms() + period_ms
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
Signed-off-by: Kyle Evans <kvans32@gmail.com>