Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ADSlib.h
- Revision:
- 3:8c8ce127f100
- Parent:
- 2:e3a7ca6b9405
- Child:
- 4:b251aa7b7c86
--- a/ADSlib.h Thu Apr 02 13:27:22 2015 +0000 +++ b/ADSlib.h Sun Apr 05 20:33:43 2015 +0000 @@ -10,6 +10,10 @@ #define RDATAC 0x10 #define SDATAC 0x11 #define WCT_setting_regAdress 0x18 +#define W_CONFIG1 0x41 +#define W_CONFIG3 0x43 +#define W_CHnSET 0x45 + /*-----------------------------*/ @@ -18,5 +22,13 @@ //Function declarations start here +void pause_clk(int k); +void pause_sclk(int k); +////////////////////////////////////// + +// data variables start here// +extern unsigned char ADS_Default_Channel_Settings [8]; +//extern unsigned char Input_dummy_byte [19]; +extern unsigned char ADS_Default_Register_Settings [22]; #endif \ No newline at end of file