#ifndef __LSM9DS1
#define __LSM9DS1
int LSM9DS1_test_accel(void);
void LSM9DS1_cleanup_accel(void);
int LSM9DS1_test_magnet(void);
#endif