From 2c9f4355b1669c7f656585be7e083cbd4036d963 Mon Sep 17 00:00:00 2001 From: dragonprevost Date: Tue, 13 Nov 2018 14:36:05 -0800 Subject: added to bindings --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2b48970..2b5a6a2 100644 --- a/readme.md +++ b/readme.md @@ -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 + -- cgit v1.2.3