#ifndef __UTIL_H__
#define __UTIL_H__

void msleep (int milliseconds); // sleep for milliseconds

int ahextoi (char *str); // convert string to unsigned hex


#endif /* __UTIL_H__ */
