summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordragonprevost <dragon@dkp.io>2018-11-13 12:35:41 -0800
committerdragonprevost <dragon@dkp.io>2018-11-13 12:35:41 -0800
commit902423bd25ae3a9019220d2fb751e5854ff45cd6 (patch)
tree2b5a230dc291371ac9d461c04f834578cfed115d
parentb4c985b4fa6ccf24b2474bb28e98ee9cd12e4f37 (diff)
added bindinds and example headers to readme
-rw-r--r--readme.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index a0b6898..4cffa17 100644
--- a/readme.md
+++ b/readme.md
@@ -10,6 +10,7 @@ to include the util module.
## Building
Compile the project using
+
wp85: ``make wp85``
## Setting Variables
@@ -21,5 +22,10 @@ The Accelerometer measures acceleration in 3 dimensions, X, Y, and Z. These dime
`#define DEFAULT_THRESHOLD_MS2 17` determines the magnitude of the resulting vector that will trigger the application to detect a sudden impact.
-If adjusting the value of `DEFAUTL_THRESHOLD_MS2` keep in mind that gravity implies a motionless magnitude of -9.8m/s^2
+If adjusting the value of `DEFAUTL_THRESHOLD_MS2` keep in mind that gravity implies a motionless magnitude of -9.8m/s^2.
+
+## Bindings
+
+## Example
+