car chassis
Dependencies: Servo mbed-rtos mbed
common_types.h
- Committer:
- mariob
- Date:
- 2015-10-13
- Revision:
- 4:7fa7f78cbb92
- Parent:
- 0:ce6055872f4e
File content as of revision 4:7fa7f78cbb92:
#ifndef __COMMON_TYPES_H__
#define __COMMON_TYPES_H__
typedef unsigned char uint8;
typedef char int8;
typedef unsigned short uint16;
typedef short int16;
typedef unsigned int uint32;
typedef int int32;
#endif //__COMMON_TYPES_H__
Mario Bambagini