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.
Dependents: BLE_ADT7410_TMP102_Sample BLE_HTM_HRM1017 BLENano_SimpleTemplate_temp_170802 BLENano_SimpleTemplate_temp_170813 ... more
Revision 8:e1aee50340ec, committed 2011-02-01
- Comitter:
- tkreyche
- Date:
- Tue Feb 01 19:33:56 2011 +0000
- Parent:
- 7:84351f613e8a
- Commit message:
Changed in this revision
ADT7410.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 84351f613e8a -r e1aee50340ec ADT7410.cpp --- a/ADT7410.cpp Tue Feb 01 19:27:42 2011 +0000 +++ b/ADT7410.cpp Tue Feb 01 19:33:56 2011 +0000 @@ -1,7 +1,7 @@ #include "ADT7410.h" - // constructor taks paramters and initializes I2C bus + // constructor takes paramters and initializes I2C bus ADT7410::ADT7410(PinName sda, PinName scl, char addr, int hz) : i2c(sda, scl) , busAddr(addr)