some handy dandy functions and constants for interfacing with ADS1198 from texas semiconductor corp
Diff: ADSlib.cpp
- Revision:
- 2:e3a7ca6b9405
- Parent:
- 1:e81126a7a3e7
- Child:
- 3:8c8ce127f100
--- a/ADSlib.cpp Thu Apr 02 13:22:37 2015 +0000 +++ b/ADSlib.cpp Thu Apr 02 13:27:22 2015 +0000 @@ -22,9 +22,7 @@ 0x00, // gpio 0x00, // pace 0x00, // reserved - 0x00, // config4 - 0x00, // wct1 - 0x00, // wct2 + 0x00 // config4 }; /**************************************************************************/ @@ -37,7 +35,7 @@ 0x00, // ch5set 0x00, // ch6set 0x00, // ch7set - 0x00, // ch8set + 0x00 // ch8set }; /**************************************************************************/ @@ -45,7 +43,7 @@ unsigned char ADS_Alternative_WCT_Settings [2] = { 0x00, // wct1 - 0x00, // wct2 + 0x00 // wct2 }; /**************************************************************************/ \ No newline at end of file