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

Processing Task Header File. More...

Go to the source code of this file.

Functions

void processingTask (void *pvParameters)
 Processing Task function.
 

Detailed Description

Processing Task Header File.

This file contains the declaration of the processingTask function, which is used to handle processing operations in a FreeRTOS task. The task is responsible for processing sensor data and creating a JSON string for network transmission.

Function Documentation

◆ processingTask()

void processingTask ( void * pvParameters)

Processing Task function.

Parameters
pvParameters

This function handles processing operations in a FreeRTOS task. It reads sensor data from a queue, processes it, and creates a JSON string for network transmission. The task runs in an infinite loop, waiting for data to be available in the queue. When data is received, it is processed and sent to the HTTP queue for transmission.

Parameters
pvParameters