-
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
simulated GPS. Fixed calculation errors (kilometers vs. meters) in distance calculation. Boundary conditions mentioned in previous commit tested successfully. Speed and pace values appear to be valid. Speed/pace varies immediately after a paused timer, but for now I'll leave it as is. This appears to be due to jitter between the GPS update rate and the timer rate. Need to decide what to do on this front. The specification indicates the watch stores one track point per second, but the simulated GPS produces a new location every two seconds.
- Loading branch information
John Wolfe
committed
Jun 16, 2014
1 parent
2a7f741
commit b260b48
Showing
5 changed files
with
189 additions
and
67 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
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.