USB Mouse (relative) example for mbed NXP LPC11U24 beta

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Wed Nov 09 15:55:10 2011 +0000
Parent:
0:163560051396
Commit message:
removed include for <math.h> that is already included by mbed.h

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 24 10:26:27 2011 +0000
+++ b/main.cpp	Wed Nov 09 15:55:10 2011 +0000
@@ -1,6 +1,5 @@
 #include "mbed.h"
 #include "USBMouse.h"
-#include <math.h>
 
 USBMouse mouse;