#ifndef __MPU9250_H__ #define __MPU9250_H__ extern volatile __bit mpu9250_capture; void mpu9250_init(); void mpu9250_polling(); #endif /* __MPU9250_H__ */