#ifndef TYPES_H
#define TYPES_H

#include <stdint.h>

typedef unsigned long millis_t;
typedef unsigned short ushort;
typedef unsigned char uchar;


#endif