Modified version of the official mbed-src lib. Provides some tiny but rather intrusive addons in the i2c-api.h for the mbed-RtosI2cDriver lib.
Fork of mbed-src by
Diff: capi/i2c_api.h
- Revision:
- 8:28ed2abfeb85
- Parent:
- 7:6e50904b84e2
- Child:
- 9:49923059ddc8
diff -r 6e50904b84e2 -r 28ed2abfeb85 capi/i2c_api.h --- a/capi/i2c_api.h Fri Apr 19 21:33:21 2013 +0000 +++ b/capi/i2c_api.h Sat Apr 20 11:43:20 2013 +0000 @@ -16,6 +16,8 @@ #ifndef MBED_I2C_API_H #define MBED_I2C_API_H +#define I2C_ISR_DRV_SIG (1<<7) /* rtos signal sent by i2c isr */ + #include "device.h" #if DEVICE_I2C