diff options
| -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 + | 
