Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 425 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 425 Bytes

Step counter algorithm, Java version

This is a step counter algorithm based on the Windowed Peak Detection method. The algorithm is implemented in Java and makes no assumption about the operating system it runs on.

Compile

This code is provided as a gradle project. To compile it, import it in Eclipse or use

gradle fatJar

the compiled jar file will be placed in ./build/libs