Class for representing and controlling entire I2C transactions (the master side). This class allows one to separate in code the configuration of I2C transactions from their use. This property simplifies the process of executing transactions in, for example, the body of a real-time control loop.
Revisions of I2CTransaction.cpp
Revision | Date | Message | Actions |
---|---|---|---|
4:73de554a67ff | 2014-05-23 | ?; | File Diff Annotate |
3:a9d61e73fe97 | 2014-05-22 | transmissionError() | File Diff Annotate |
2:19e7e472a51f | 2014-05-22 | changed error() to transmissionError() (don't know why it won't compile in other project) | File Diff Annotate |
1:5d9e9c0682f0 | 2014-05-21 | commented out error(): for some reason, it is not compiling in this published library form... | File Diff Annotate |
0:96a7926b9d64 | 2014-05-21 | Original released version | File Diff Annotate |