mbed library sources modified for open wear
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; };