Advertisement
Guest User

Gyro.h

a guest
Oct 3rd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #ifndef Gyro_h
  2. #define Gyro_h
  3.  
  4. #define GYRO_ADDR 0x68
  5.  
  6.  
  7. class Gyro {
  8. public:
  9.         Gyro();
  10.        
  11.         void readValues();
  12.        
  13. };
  14.  
  15. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement