#include "coridium.h"#include "cor_hwlib.h"#include "cor_wrflash.h"#include "string.h"#include "printf.h"Go to the source code of this file.
Functions | |
| void | initializeAccelerometer (int x_axis_pin, int y_axis_pin, int z_axis_pin) |
| int | getAccelerometerX () |
| int | getAccelerometerY () |
| int | getAccelerometerZ () |
| int getAccelerometerX | ( | ) |
Definition at line 13 of file accelerometer.c.
| int getAccelerometerY | ( | ) |
Definition at line 17 of file accelerometer.c.
| int getAccelerometerZ | ( | ) |
Definition at line 21 of file accelerometer.c.
| void initializeAccelerometer | ( | int | x_axis_pin, | |
| int | y_axis_pin, | |||
| int | z_axis_pin | |||
| ) |
Definition at line 6 of file accelerometer.c.
1.6.3