mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
More work on PWM and added utility function to map values.
This commit is contained in:
6
ard/util.h
Normal file
6
ard/util.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef ARD_UTIL_H_
|
||||
#define ARD_UTIL_H_
|
||||
|
||||
float map(float, float, float, float, float);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user