mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 19:10:25 +00:00
7 lines
95 B
C
7 lines
95 B
C
#ifndef ARD_UTIL_H_
|
|
#define ARD_UTIL_H_
|
|
|
|
float map(float, float, float, float, float);
|
|
|
|
#endif
|