mpu6515g.h 123 B

1234567
  1. #ifndef MPU6515G_H
  2. #define MPU6515G_H
  3. int MPU6515_gyro_power(void);
  4. int MPU6515_gyro_mode(void);
  5. #endif /* MPU6515G_H */