diff options
Diffstat (limited to 'motionMonitor/Component.cdef')
-rw-r--r-- | motionMonitor/Component.cdef | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/motionMonitor/Component.cdef b/motionMonitor/Component.cdef new file mode 100644 index 0000000..9627adf --- /dev/null +++ b/motionMonitor/Component.cdef @@ -0,0 +1,27 @@ +cflags: +{ + -std=c99 + -I$BRNKL_ROOT/apps/util +} + +requires: +{ + api: + { + interrupt = le_gpio.api + } +} + +provides: +{ + api: + { + $CURDIR/../brnkl_motion.api + } +} + +sources: +{ + motionMonitor.c + $BRNKL_ROOT/apps/util/util.c +} |