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: Protocols/Protocols.h
- Revision:
- 33:f87f06292637
- Parent:
- 30:87855d03d91a
--- a/Protocols/Protocols.h Mon May 02 22:44:05 2016 +0000
+++ b/Protocols/Protocols.h Mon Feb 06 12:29:33 2017 +0000
@@ -31,6 +31,7 @@
,BUS_16 /**< Parallel 16bit, scattered pins */
,SPI_8 /**< SPI 8bit */
,SPI_16 /**< SPI 16bit */
+ ,I2C_ /**< I2C */
};
#else
enum proto_t {
@@ -38,6 +39,7 @@
,BUS_16 /**< Parallel 16bit, scattered pins */
,SPI_8 /**< SPI 8bit */
,SPI_16 /**< SPI 16bit */
+ ,I2C_ /**< I2C */
};
#endif