diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-03-30 20:52:45 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-03-30 20:52:45 -0400 |
commit | e7d600494579ef319b20221769c3b2fe12962243 (patch) | |
tree | 5c95101e295bcfdd7f9f4292ce9204ddf7e7f662 /core/WProgram.h | |
parent | 8d6bf3b196c2a0bc1adda4a04669e54fdc5b65cb (diff) | |
download | librambutan-e7d600494579ef319b20221769c3b2fe12962243.tar.gz librambutan-e7d600494579ef319b20221769c3b2fe12962243.zip |
Major hierarchy reorganization; see README.
copy-to-ide and Makefile updated to conform; .gitignore added;
LICENSE added
Diffstat (limited to 'core/WProgram.h')
-rw-r--r-- | core/WProgram.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/WProgram.h b/core/WProgram.h new file mode 100644 index 0000000..1d38776 --- /dev/null +++ b/core/WProgram.h @@ -0,0 +1,8 @@ +#include "wiring.h" +#include "HardwareSerial.h" +#include "HardwareUsb.h" +#include "math.h" +#include "usb.h" + +void setup(); +void loop(); |