Skip to content

Commit

Permalink
Merge pull request #22 from shalecraig/travis_st
Browse files Browse the repository at this point in the history
Updated README to match the state of the project.
  • Loading branch information
shalecraig committed Jan 18, 2014
2 parents 211d929 + ceaf6f7 commit 1d18ace
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
accel [![Build Status](https://travis-ci.org/shalecraig/accel.png?branch=master)](https://travis-ci.org/shalecraig/accel)
=====

[not-even-alpha] C gesture recognition library from accelerometers, written with the Pebble in mind.
[alpha] C gesture recognition library from accelerometers, written with the Pebble in mind. Currently version 0.1.0a.


### TODO:


- V0.1.0a:
- [x] Create tests.
- [x] Move global variables into a struct.
- [x] Record and find multiple movements, not just one.
- [x] Clean up Headers.
- [x] Rearrange structs to hide implementation.
- [x] Beef up unit tests with unusual input.
- [x] Write sample app that uses this.
- [x] Provide #define version number. [`ACCEL_VERSION_CODE`]
- V0.2.0a:
- [ ] Decide on having callbacks instead of (or) `accel_find_most_likely_gesture`
- Maybe needs a const for the values?
Expand Down

0 comments on commit 1d18ace

Please sign in to comment.