class library to access fischertechnik interfaces via USB

Dependencies:   FatFileSystem mbed myBlueUSB neigbourhood rfcomm sdp

Revision:
1:4676e8b9b357
Parent:
0:7da612835693
--- a/ftlib/ftlibclassdev.cpp	Wed Jun 15 19:12:25 2011 +0000
+++ b/ftlib/ftlibclassdev.cpp	Mon Mar 11 08:04:37 2013 +0000
@@ -107,7 +107,7 @@
         return false; //skip the timeslot when previous was not yet handled
     }
     busy = true;
-    printf("trig=%d\n", triggered);
+    //printf("trig=%d\n", triggered);
     __enable_irq();
     FtThreadBegin();//here the request is sent to the interface
     return true;