commit | f05cadc3b89ce2160becb6626b8e4b0ccd814f01 | [log] [tgz] |
---|---|---|
author | Nikhil Zinjurde <nikhil-zinjurde-imgtec@users.noreply.github.com> | Thu Jun 23 17:08:23 2016 +0530 |
committer | GitHub <noreply@github.com> | Thu Jun 23 17:08:23 2016 +0530 |
tree | 63853549a356245d3245dbe98d815d2ceda1a48c | |
parent | e1a97931c57afb35579568e73aa74526c94b5e10 [diff] | |
parent | d0b459610b8418b7001ad5fb39038e73e262519a [diff] |
Merge pull request #14 from nikhil-zinjurde-imgtec/master Merge dev to master
#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.