minimacplus/components/tme-esp32/mpu6050.h

3 lines
64 B
C
Raw Normal View History

2017-03-24 10:44:04 +00:00
void mpu6050_poll(int *x, int *y, int *z);
void mpu6050_init();