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

Dependents:   AVC_20110423

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers types.h Source File

types.h

00001 #ifndef __TinyCHR6dm_TYPES_H
00002 #define __TinyCHR6dm_TYPES_H
00003 
00004 typedef unsigned char uint8;
00005 typedef unsigned int uint;
00006 
00007 #endif