Shield Code 6.0
|
Source file for the IMU library for Dartmouth's 317 Lab. More...
Go to the source code of this file.
Functions | |
void | initIMU (LIS3MDL *mag, LSM6 *gyro_acc) |
void | sampleIMU (LIS3MDL *mag, LSM6 *imu, int16_t *data) |
Source file for the IMU library for Dartmouth's 317 Lab.
There is extensive sensor and register information commented in this file.
Definition in file IMU.cpp.
void initIMU | ( | LIS3MDL * | mag, |
LSM6 * | gyro_acc | ||
) |