Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed-src
Diff: I2CDriver.cpp
- Revision:
- 5:8a418c89e515
- Parent:
- 4:eafa7efcd771
- Child:
- 6:5b98c902a659
--- a/I2CDriver.cpp Sat Apr 20 09:52:09 2013 +0000
+++ b/I2CDriver.cpp Sat Apr 20 11:56:35 2013 +0000
@@ -5,7 +5,7 @@
using namespace mbed;
using namespace rtos;
-#define I2C_ISR_DRV_SIG (1<<7)
+//#define I2C_ISR_DRV_SIG (1<<7)
#define DRV_USR_SIG (1<<6)
const PinName I2CDriver::c_sdas[] = {p9,p28};