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.

Revision:
4:73de554a67ff
Parent:
3:a9d61e73fe97
Child:
5:ad382f9f43ca
--- a/I2CTransaction.cpp	Thu May 22 20:15:04 2014 +0000
+++ b/I2CTransaction.cpp	Fri May 23 19:26:11 2014 +0000
@@ -20,6 +20,7 @@
     - 32: write NO-ACK
     - 72: read NO-ACK
     - 40: write ACK
+    - 48: ??
     - 88: read ACK
 */