TinyCHR6dm is a simplified interface for the CH Robotics CHR-6dm AHRS

Dependents:   AVC_20110423

Committer:
shimniok
Date:
Wed Apr 13 23:32:04 2011 +0000
Revision:
0:983f66650cd5
Initial release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shimniok 0:983f66650cd5 1 #ifndef __TinyCHR6dm_TYPES_H
shimniok 0:983f66650cd5 2 #define __TinyCHR6dm_TYPES_H
shimniok 0:983f66650cd5 3
shimniok 0:983f66650cd5 4 typedef unsigned char uint8;
shimniok 0:983f66650cd5 5 typedef unsigned int uint;
shimniok 0:983f66650cd5 6
shimniok 0:983f66650cd5 7 #endif