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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:63e07ac95a2c | 2014-12-20 | symbiotic | Added Transaction reset support |
7:61e9a1da1f20 | 2014-08-05 | symbiotic | Added external ability to create I2C object (with specified interface pins) |
6:4775131da69b | 2014-06-10 | symbiotic | Added new I2C bus resetting ability |
5:ad382f9f43ca | 2014-05-26 | symbiotic | Added support for resetting transactions that are in an error state (not clear that this is a good idea with theMODI2C library) |
4:73de554a67ff | 2014-05-23 | symbiotic | ?; |
3:a9d61e73fe97 | 2014-05-22 | symbiotic | transmissionError() |
2:19e7e472a51f | 2014-05-22 | symbiotic | changed error() to transmissionError() (don't know why it won't compile in other project) |
1:5d9e9c0682f0 | 2014-05-21 | symbiotic | commented out error(): for some reason, it is not compiling in this published library form... |
0:96a7926b9d64 | 2014-05-21 | symbiotic | Original released version |