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

Accelerometer Task Header. More...

Go to the source code of this file.

Functions

void accelTask (void *parameter)
 Function for the accelerometer task.
 

Detailed Description

Accelerometer Task Header.

This file contains the declaration of the accelerometer task, which is responsible for

Function Documentation

◆ accelTask()

void accelTask ( void * pvParameters)

Function for the accelerometer task.

Parameters
parameter

Function for the accelerometer task.

This function initializes the accelerometer and continuously reads data from it. It also handles fall detection and step counting.

Parameters
pvParameters