From 902423bd25ae3a9019220d2fb751e5854ff45cd6 Mon Sep 17 00:00:00 2001 From: dragonprevost Date: Tue, 13 Nov 2018 12:35:41 -0800 Subject: added bindinds and example headers to readme --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 + -- cgit v1.2.3