Skip to content
Bouchkouj edited this page Sep 4, 2013 · 6 revisions

We will create a task that will pull the temperature value then send it to the BUS.

First we will create a task using the dune_create_task script. Execute the following command

DH> python programs/scripts/dune-create-task.py . DuneAuthor Tutorials/TempProd

This will create TempProd task. Open the DH>src/Tutorials/TempProd/Task.cpp and write the following code.