Joel Bandi / ADSlib

Dependents:   ECG_ADS1198_IITH

Revision:
0:48e2ec1af2d9
Child:
2:e3a7ca6b9405
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ADSlib.h	Thu Apr 02 13:12:59 2015 +0000
@@ -0,0 +1,22 @@
+#ifndef ADSlib_H
+#define ADSlib_H
+
+//Word definition begin here
+#define WAKEUP 0x02
+#define STANDBY 0x04
+#define RESET 0x06
+#define START 0x08
+#define STOP 0x0A
+#define RDATAC 0x10
+#define SDATAC 0x11
+#define WCT_setting_regAdress 0x18
+
+/*-----------------------------*/
+
+
+
+
+
+//Function declarations start here
+
+#endif
\ No newline at end of file