embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
accelerometer.h File Reference
#include <stdint.h>
#include "project_settings.h"
#include "task.h"
#include "hal_general.h"
Include dependency graph for accelerometer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int8_t Accelerometer_Init (uint16_t period, void(*callback)(float x, float y, float z))
 Initialize the accelerometer to read data at a period returning to a callback. More...
 
void Accelerometer_Deinit (void)
 Deinitialize the accelerometer task scheduler. More...