TinyCHR6dm is a simplified interface for the CH Robotics CHR-6dm AHRS
Diff: types.h
- Revision:
- 0:983f66650cd5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/types.h Wed Apr 13 23:32:04 2011 +0000 @@ -0,0 +1,7 @@ +#ifndef __TinyCHR6dm_TYPES_H +#define __TinyCHR6dm_TYPES_H + +typedef unsigned char uint8; +typedef unsigned int uint; + +#endif \ No newline at end of file