Sentinel
Loading...
Searching...
No Matches
bluetoothTask.h File Reference

Bluetooth Task Header File. More...

Go to the source code of this file.

Functions

void bluetoothTask (void *parameter)
 bluetoothTask function
 

Detailed Description

Bluetooth Task Header File.

This file contains the declaration of the bluetoothTask function, which is used to handle Bluetooth operations in a FreeRTOS task.

Function Documentation

◆ bluetoothTask()

void bluetoothTask ( void * pvParameters)

bluetoothTask function

Parameters
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.

Parameters
pvParameters