diff options
| author | bnewbold <bnewbold@robocracy.org> | 2010-03-31 08:52:45 +0800 |
|---|---|---|
| committer | iperry <iperry@gmail.com> | 2010-03-31 09:43:10 +0800 |
| commit | 1d3861ef93f8423176c6010ab606abdab00a7cbd (patch) | |
| tree | 5c95101e295bcfdd7f9f4292ce9204ddf7e7f662 /core/WProgram.h | |
| parent | 8d6bf3b196c2a0bc1adda4a04669e54fdc5b65cb (diff) | |
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(); |
