diff options
| author | dragonprevost <dragon@dkp.io> | 2018-11-13 14:36:05 -0800 | 
|---|---|---|
| committer | dragonprevost <dragon@dkp.io> | 2018-11-13 14:36:05 -0800 | 
| commit | 2c9f4355b1669c7f656585be7e083cbd4036d963 (patch) | |
| tree | 26ea13d7ba46b521a0548a45c36322d9cc1a4cb5 | |
| parent | 854ce50239de16051fcfbb2b428792d91f53f988 (diff) | |
added to bindings
| -rw-r--r-- | readme.md | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -25,6 +25,7 @@ The Accelerometer measures acceleration in 3 dimensions, X, Y, and Z. These dime  If adjusting the value of `DEFAUTL_THRESHOLD_MS2` keep in mind that gravity implies a motionless magnitude of -9.8m/s^2.  ## Bindings  +App.adef  ```  ...  bindings: @@ -33,6 +34,7 @@ bindings:  }  ...  ``` +Component.cdef  ```  ...  requires: @@ -45,6 +47,8 @@ requires:  ...  ``` -## Example  + +## Example + | 
