aboutsummaryrefslogtreecommitdiffstats
path: root/core/WProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/WProgram.h')
-rw-r--r--core/WProgram.h8
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();