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

Dependents:   AVC_20110423

types.h

Committer:
shimniok
Date:
2011-04-13
Revision:
0:983f66650cd5

File content as of revision 0:983f66650cd5:

#ifndef __TinyCHR6dm_TYPES_H
#define __TinyCHR6dm_TYPES_H

typedef unsigned char uint8;
typedef unsigned int uint;

#endif