From ceaf6f7293c83bbb61379c06a4638c809e1e25f4 Mon Sep 17 00:00:00 2001 From: shalecraig Date: Sat, 18 Jan 2014 17:32:22 -0500 Subject: [PATCH] Updated README to match the state of the project. --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index d175ddf..72f7643 100644 --- a/README.md +++ b/README.md @@ -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?