-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3669 from wagnerf42/pushups
new app : Pushups
- Loading branch information
Showing
9 changed files
with
544 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.1: Initial code |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Pushups | ||
|
||
Pushups is an exercising app with a twist : the accelerometer. | ||
|
||
![Screenshot](shot_pushups.png) | ||
|
||
I initially just wanted a pushups counter but i kind of got out of hand. | ||
|
||
The accelerometer will work on the following exercises : | ||
|
||
- pushups | ||
- situps | ||
- squats | ||
- jumping jacks | ||
|
||
For each of them it will try to detect two positions (for example up and down for pushups) | ||
and buzz on each change. You can set up a target counter for each exercise. | ||
|
||
Precision is not 100% but it's good for me and kind of increases my motivation. | ||
|
||
Other activities are time based like | ||
|
||
- plank | ||
- rest | ||
|
||
|
||
Define your training routine, set a duration and you're ready to go. | ||
|
||
|
||
## Creator | ||
|
||
Feel free to give me feedback : is it useful for you ? what other features would you like ? | ||
|
||
[email protected] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.