From 854ce50239de16051fcfbb2b428792d91f53f988 Mon Sep 17 00:00:00 2001 From: dragonprevost Date: Tue, 13 Nov 2018 12:50:37 -0800 Subject: added content to bindings --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/readme.md b/readme.md index 4cffa17..2b48970 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3