diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-05-21 16:14:00 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-05-21 16:14:00 -0700 |
commit | f30bc0ea864e8f3ae04f198b4a3d58b34cc5efd3 (patch) | |
tree | 7d15e6b873f221b4fcf4812165b04f42bf832b83 /wirish/WProgram.h | |
parent | 73444bbbe2aebb9d2d4ed62e52f6fde69532bbeb (diff) | |
download | librambutan-f30bc0ea864e8f3ae04f198b4a3d58b34cc5efd3.tar.gz librambutan-f30bc0ea864e8f3ae04f198b4a3d58b34cc5efd3.zip |
get wirish_math stuff going (random, map, etc)
Perry, you might want to look this over... I only include the contents
of wirish_math.h when cpp? It's what arduino does and it works, so...
Diffstat (limited to 'wirish/WProgram.h')
-rw-r--r-- | wirish/WProgram.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wirish/WProgram.h b/wirish/WProgram.h index 6f0b913..5445518 100644 --- a/wirish/WProgram.h +++ b/wirish/WProgram.h @@ -25,7 +25,6 @@ #include "wirish.h" #include "HardwareSerial.h" #include "HardwareUsb.h" -#include "math.h" #include "usb.h" void setup(); |