From ceffba70ebdeb53bea139d343f2d6cb88888515c Mon Sep 17 00:00:00 2001 From: AJM Date: Thu, 20 May 2010 23:42:00 -0400 Subject: Adjusted the makefile and example main for some odd reason the main file in the makefile was set to main.c not main.cpp corrected this as there is no main.c anywhere in this repo. Also removed references to HardwareUsb.h, since those files dont exist yet (the originals were depricated and removed) --- main.cpp.example | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.cpp.example') diff --git a/main.cpp.example b/main.cpp.example index ae63996..5c285f6 100644 --- a/main.cpp.example +++ b/main.cpp.example @@ -29,7 +29,6 @@ #include "wirish.h" #include "HardwareSerial.h" -#include "HardwareUsb.h" #include "usb.h" #define LED_PIN 13 @@ -50,8 +49,6 @@ void setup() pinMode(PWM_PIN, PWM); pwmWrite(PWM_PIN, 0x8000); - /* Send a message out the USB virtual com port */ - Usb.println("Hello world!"); } int toggle = 0; -- cgit v1.2.3