commit | d0b459610b8418b7001ad5fb39038e73e262519a | [log] [tgz] |
---|---|---|
author | Nikhil Zinjurde <nikhil-zinjurde-imgtec@users.noreply.github.com> | Thu Jun 23 17:07:57 2016 +0530 |
committer | GitHub <noreply@github.com> | Thu Jun 23 17:07:57 2016 +0530 |
tree | 63853549a356245d3245dbe98d815d2ceda1a48c | |
parent | 12358a87a97f980ebe12106bc125a99ad3040262 [diff] | |
parent | 10f161c0418a14a28ac261b276be7d24b80cc938 [diff] |
Merge pull request #4 from CreatorKit/dev Merge request
#Led Actuator Application
This application registers Flow, Flow Access, Light Control object and toggle Led on receiving Button press event.
How To Compile
Assuming you have creator-contiki source code with directories constrained-os, packages/led-actuator, packages/libobjects and packages/AwaLWM2M
To build with TI CC2520 6lowpan driver
$ cd led-actuator $ make TARGET=mikro-e USE_CC2520=1
To build with Cascoda CA8210 6lowpan driver
$ cd led-actuator $ make TARGET=mikro-e USE_CA8210=1
This will generate hex file which can be flashed onto the MikroE clicker.