some handy dandy functions and constants for interfacing with ADS1198 from texas semiconductor corp
Revision 5:715c88178998, committed 2015-04-09
- 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){