I've to use a timer to send a bluetooth keepalive write every 300ms.
I'm trying to create a timer in my Application.AppBase class but when doing that the simulator crashes.
self.mTimer = new Timer.Timer(); self.mTimer.start(self._deviceManager.method(:tick), 300, true);
Furthermore it seems 4.1.6 introduced strict typing but documentation isn't updated to correspond to this.
Sample code in https://developer.garmin.com/connect-iq/api-docs/Toybox/Timer/Timer.html gives typing errors.