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.
ADSlib.h
- Committer:
- joelbandi
- Date:
- 2015-04-07
- Revision:
- 4:b251aa7b7c86
- Parent:
- 3:8c8ce127f100
File content as of revision 4:b251aa7b7c86:
#ifndef MBED_ADSlib_H #define MBED_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 #define W_CONFIG1 0x41 #define W_CONFIG3 0x43 #define W_CHnSET 0x45 /*-----------------------------*/ //Function declarations start here void pause_clk(int k); void pause_sclk(int k); ////////////////////////////////////// // data variables start here// extern signed char ADS_Default_Channel_Settings [8]; //extern unsigned char Input_dummy_byte [19]; extern unsigned char ADS_Default_Register_Settings [22]; #endif