|
Sentinel
|
Bluetooth Task Header File. More...
Go to the source code of this file.
Functions | |
| void | bluetoothTask (void *parameter) |
| bluetoothTask function | |
Bluetooth Task Header File.
This file contains the declaration of the bluetoothTask function, which is used to handle Bluetooth operations in a FreeRTOS task.
| void bluetoothTask | ( | void * | pvParameters | ) |
bluetoothTask function
| parameter |
This function handles Bluetooth operations in a FreeRTOS task. It reads heart rate data from the Bluetooth client and sends it to a queue for processing.
| pvParameters |