diff options
author | dragonprevost <dragon@dkp.io> | 2018-11-13 12:50:37 -0800 |
---|---|---|
committer | dragonprevost <dragon@dkp.io> | 2018-11-13 12:50:37 -0800 |
commit | 854ce50239de16051fcfbb2b428792d91f53f988 (patch) | |
tree | 42fc01ed81a2dca7bb7698f5ed5b3270e799cba3 | |
parent | 902423bd25ae3a9019220d2fb751e5854ff45cd6 (diff) |
added content to bindings
-rw-r--r-- | readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -25,6 +25,25 @@ 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 +``` +... +bindings: +{ + myClientApp.myComponent.brnkl_motion -> motionService.brnkl_motion +} +... +``` +``` +... +requires: +{ + api: + { + brnkl_motion.api + } +} +... +``` ## Example |