embedded-software
reusable software modules for embedded systems
|
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... | |