Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Added unitypackage download link
Browse files Browse the repository at this point in the history
  • Loading branch information
olokobayusuf committed Jul 14, 2017
1 parent 0a49edd commit 4cf13c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Pedometer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pedometer API
Pedometer is a native pedometer API for the Unity game engine. It is a minimalist API with native backends on iOS and Android. There is also a backend that uses GPS in the case that a hardware pedometer is not available for use. Download the unitypackage here.
Pedometer is a native pedometer API for the Unity game engine. The API provides sensor information about step count and distance covered (in meters). It is a minimalist API with native backends on iOS and Android. There is also a backend that uses GPS in the case that a hardware pedometer is not available for use. Download the unitypackage [here](https://www.dropbox.com/s/ozau2zutlijnf5w/Pedometer1.0b1.unitypackage?dl=1).

## Pedometer
To use the API, simply create a `Pedometer` instance:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pedometer API
![Pedometer](Pedometer.png)

Pedometer is a native pedometer API for the Unity game engine. It is a minimalist API with native backends on iOS and Android. There is also a backend that uses GPS in the case that a hardware pedometer is not available for use. Download the unitypackage here.
Pedometer is a native pedometer API for the Unity game engine. The API provides sensor information about step count and distance covered (in meters). It is a minimalist API with native backends on iOS and Android. There is also a backend that uses GPS in the case that a hardware pedometer is not available for use. Download the unitypackage [here](https://www.dropbox.com/s/ozau2zutlijnf5w/Pedometer1.0b1.unitypackage?dl=1).

## Pedometer
To use the API, simply create a `Pedometer` instance:
Expand Down

0 comments on commit 4cf13c0

Please sign in to comment.