Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. First add the sensors_init() in the tutorial_init().

    Image RemovedImage Added
  2. add the codes in the red box in the tutorial_task_cb(). It basically reads the temperature data from the mimsy and sends out in the separate four bytes in the payload.

  3. On the PC side, modify tutorial_dagroot.py as follows: uncomment line 219 and add the temp_data = … and print out the result.

...