aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2016-12-02 23:22:46 -0500
committerGitHub <noreply@github.com>2016-12-02 23:22:46 -0500
commit38e8048c37fd2fcce8a273fc677b3d1a3f5b8b46 (patch)
tree57ed3c7b18532383d88ac612cf8078dce05ca871 /README.md
parentc2a7883cd2a8a86ed76b2f0ded77cfc3968c9233 (diff)
downloadlibsurvive-38e8048c37fd2fcce8a273fc677b3d1a3f5b8b46.tar.gz
libsurvive-38e8048c37fd2fcce8a273fc677b3d1a3f5b8b46.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a5be4e..3aa3d38 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ There is an internal representation and an external representation. These lines
It is written in some fairly stout "layers" which are basically just function calls:
| Layer | Description | Status |
-| ------------------------------------------------ |
+| ------- | ------------- | -------- |
| survive_usb.c | Data is taken in at "survive_usb.c" from libusb. | Done |
| survive_data.c | Raw HID messages are processed into logical "light" "analog" and "imu" messages. | Mostly done, Missing light data from controllers, and lighthouse data. |
| survive_process.c | Process the high-level data into solutions for | Not yet started. Will be done by ultramn |