The MGC3130 is the world’s first electrical-field (E-field) based three-dimensional (3D) tracking and gesture controller

Dependencies:   BufferedArray

Dependents:   NucleoMGC3130 i2c_master

Revision:
3:b657bfcffc0a
Parent:
2:c7d984193741
Child:
6:b511421e7dc8
diff -r c7d984193741 -r b657bfcffc0a MGC3130.h
--- a/MGC3130.h	Thu Oct 08 11:14:18 2015 +0000
+++ b/MGC3130.h	Thu Oct 08 17:37:33 2015 +0000
@@ -10,6 +10,10 @@
 #include "ApproachDetection.h"
 #include "TouchInfo.h"
 #include "OutputEnable.h"
+#include "Trigger.h"
+#include "MakePersistent.h"
+#include "CalibrationMode.h"
+#include "GestureProcessing.h"
 
 /**
 * Outlines the function of the Library’s I2C message interface, and contains the complete message reference to control and operate the MGC3X30 system.
@@ -47,7 +51,7 @@
     *
     * @param sda I2C sda signal
     * @param scl I2C scl signal
-    * @param ET0
+    * @param EI0 transfer status line
     * @param IS2 High->true, Low->false
     *
     */
@@ -68,7 +72,7 @@
     *0x0000 NoError OK
     *0x0001 UnknownCommand Message ID is unknown
     *0x0002 InvalidSessionId Session ID is invalid or does not match (0x0 is not allowed) (message Fw_Update_Start, Fw_Update_Completed)
-    *0x003 InvalidCrc CRC is invalid thrown by messages: Fw_Update_Block, Fw_Update_Start, Fw_Update_Completed
+    *0x0003 InvalidCrc CRC is invalid thrown by messages: Fw_Update_Block, Fw_Update_Start, Fw_Update_Completed
     *0x0004 InvalidLength Length is invalid (message Fw_Update_Block)
     *0x0005 InvalidAddress Address is invalid (message Fw_Update_Block)
     *0x0006 InvalidFunction Function-Id is invalid (message Fw_Update_Start, Fw_Update_Block, Fw_Update_Completed)