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.
Diff: I2CDriver/I2CDriver.cpp
- Revision:
- 3:da30c350c339
- Parent:
- 2:f2700008c9d9
- Child:
- 4:a091b8f8216d
--- a/I2CDriver/I2CDriver.cpp Thu May 01 20:58:59 2014 +0000
+++ b/I2CDriver/I2CDriver.cpp Fri May 02 18:26:40 2014 +0000
@@ -5,6 +5,9 @@
slave.address(addr);
}
+I2CDriver::~I2CDriver(){
+}
+
uint8_t I2CDriver::read(void){
return slave.read();
}