Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef Gyro_h
- #define Gyro_h
- #define GYRO_ADDR 0x68
- class Gyro {
- public:
- Gyro();
- void readValues();
- };
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement