-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
supporting workout goals. This version runs successfully in Verifier with the following exceptions: 1. When the workout timer is paused, the class-based state model for the GPS continues ignoring a timeout event. Probably this is caused by a failure to unregister with the GPS when the workout timer is stopped. 2. When the workout timer is reset, the heart-rate samples are cleared, but not the rest of data in the WorkoutSession such as currentSpeed, currentPace, accumulatedDistance, and currentHeartRate.
- Loading branch information
John Wolfe
committed
Jun 11, 2014
1 parent
fe7e01d
commit efe6f61
Showing
10 changed files
with
1,031 additions
and
722 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.