summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordragonprevost <dragon@dkp.io>2018-11-13 14:36:05 -0800
committerdragonprevost <dragon@dkp.io>2018-11-13 14:36:05 -0800
commit2c9f4355b1669c7f656585be7e083cbd4036d963 (patch)
tree26ea13d7ba46b521a0548a45c36322d9cc1a4cb5
parent854ce50239de16051fcfbb2b428792d91f53f988 (diff)
added to bindings
-rw-r--r--readme.md6
1 files changed, 5 insertions, 1 deletions
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
+