cu-ecen-aeld / s20-environmental-monitoring-tiva

0 stars 0 forks source link

Implement Message queue on FreeRTOS #3

Closed akshita-bhasin closed 4 years ago

akshita-bhasin commented 4 years ago

Implement an algorithm using message queues as #2 to process sensor data from BBB and send back output.

DoD: Receive dummy value from beaglebone and perform some operation to test MessageQueue functionality.

akshita-bhasin commented 4 years ago

Message queue implemented, tested using two tasks for getting multiples of two and seven each. Available on this commit message queue implementation image

Status: DoD verified