some handy dandy functions and constants for interfacing with ADS1198 from texas semiconductor corp

Dependents:   ECG_ADS1198_IITH

Files at this revision

API Documentation at this revision

Comitter:
joelbandi
Date:
Thu Apr 09 21:07:33 2015 +0000
Parent:
4:b251aa7b7c86
Commit message:
1

Changed in this revision

ADSlib.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ADSlib.cpp	Tue Apr 07 18:48:58 2015 +0000
+++ b/ADSlib.cpp	Thu Apr 09 21:07:33 2015 +0000
@@ -39,30 +39,7 @@
   0x60  // ch8set
   
 };
-/**************************************************************************/
 
-unsigned char Input_dummy_byte [19] = 
-{
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00,
-    0x00
-};
 /*****************************************************************************/
 
 void pause_clk(int k){