aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino/WProgram.h')
-rwxr-xr-xcores/arduino/WProgram.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cores/arduino/WProgram.h b/cores/arduino/WProgram.h
index d6d5ccc..206cdac 100755
--- a/cores/arduino/WProgram.h
+++ b/cores/arduino/WProgram.h
@@ -10,8 +10,9 @@
#ifdef __cplusplus
#include "HardwareSerial.h"
-// random prototypes
+// WMath prototypes
long random(long);
long random(long, long);
void randomSeed(unsigned int);
+long map(long, long, long, long, long);
#endif