From cf068bc0ac946391c940a79ee2e55e1ff87eb79a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 27 May 2010 23:37:48 -0400 Subject: [for AJ] added new HardwareUsb implementation. hack. --- wirish/WProgram.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wirish/WProgram.h') diff --git a/wirish/WProgram.h b/wirish/WProgram.h index 36a9e6d..889219e 100644 --- a/wirish/WProgram.h +++ b/wirish/WProgram.h @@ -24,6 +24,7 @@ #include "wirish.h" #include "HardwareSerial.h" +#include "HardwareUsb.h" #include "math.h" void setup(); -- cgit v1.2.3