#ifndef ARD_UTIL_H_ #define ARD_UTIL_H_ float map(float, float, float, float, float); #endif