aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test-session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test-session.cpp')
-rw-r--r--examples/test-session.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/test-session.cpp b/examples/test-session.cpp
index 3d86dc6..78b1d31 100644
--- a/examples/test-session.cpp
+++ b/examples/test-session.cpp
@@ -23,16 +23,10 @@
* ****************************************************************************/
#include "wirish.h"
-#include "HardwareSerial.h"
-#include "HardwareUsb.h"
-#include <math.h>
-#include "usb.h"
#define LED_PIN 13
#define PWM_PIN 2
-HardwareUsb Usb;
-
uint8 input = 0;
uint8 tiddle = 0;
int toggle = 0;