diff options
| author | dragonprevost <dragon@dkp.io> | 2018-11-13 12:35:41 -0800 | 
|---|---|---|
| committer | dragonprevost <dragon@dkp.io> | 2018-11-13 12:35:41 -0800 | 
| commit | 902423bd25ae3a9019220d2fb751e5854ff45cd6 (patch) | |
| tree | 2b5a230dc291371ac9d461c04f834578cfed115d /readme.md | |
| parent | b4c985b4fa6ccf24b2474bb28e98ee9cd12e4f37 (diff) | |
added bindinds and example headers to readme
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 8 | 
1 files changed, 7 insertions, 1 deletions
| @@ -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  + | 
