Files
arduino-c/ard/util.h

7 lines
95 B
C

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