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: openwear-lifelogger-example
Fork of mbed-src by
Revision 310:6188e0254baa, committed 2014-09-16
- Comitter:
- janekm
- Date:
- Tue Sep 16 22:42:01 2014 +0000
- Parent:
- 309:1576dac518fb
- Commit message:
- N/A
Changed in this revision
api/I2C.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/api/I2C.h Mon Sep 08 23:16:31 2014 +0000 +++ b/api/I2C.h Tue Sep 16 22:42:01 2014 +0000 @@ -129,10 +129,11 @@ */ void stop(void); + i2c_t _i2c; + protected: void aquire(); - i2c_t _i2c; static I2C *_owner; int _hz; };