I2CRTOS Driver by Helmut Schmücker. Removed included mbed-rtos library to prevent multiple definition. Make sure to include mbed-rtos library in your program!

Fork of I2cRtosDriver by Helmut Schmücker

Revision:
9:65aae53a34de
Parent:
7:04824382eafb
Child:
13:530968937ccb
--- a/I2CDriver.h	Tue Apr 30 19:12:57 2013 +0000
+++ b/I2CDriver.h	Sat May 04 16:47:56 2013 +0000
@@ -249,10 +249,6 @@
     /// to one of the entries in s_channels
     Channel* m_channel;
 
-    // ISRs
-    static void channel_0_ISR();
-    static void channel_1_ISR();
-
     // the driver thread function
     static void threadFun(void const *args);