Task to measure current weight of the trash inside the bin using the HX711 and load cell.
More...
#include <weightTask.hpp>
|
| | WeightTask (QueueHandle_t &messageQueue) |
| | Construct a new Weight Task object.
|
| |
| void | start () override |
| | Start execution of Weight Task.
|
| |
|
float | getWeight () |
| |
| | Task (const char *name, const int priority, const uint32_t stackSize) |
| | Construct a new Task object. Parameters are needed for FreeRTOS.
|
| |
|
| const char * | mName |
| | Name of task.
|
| |
|
const int | mPriority |
| | Priority number of task.
|
| |
|
const uint32_t | mStackSize |
| | Task size of task.
|
| |
Task to measure current weight of the trash inside the bin using the HX711 and load cell.
◆ WeightTask()
| WeightTask::WeightTask |
( |
QueueHandle_t & | messageQueue | ) |
|
|
explicit |
Construct a new Weight Task object.
- Parameters
-
◆ start()
| void WeightTask::start |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: