Joel Bandi / ADSlib

Dependents:   ECG_ADS1198_IITH

Committer:
joelbandi
Date:
Thu Apr 02 13:27:22 2015 +0000
Revision:
2:e3a7ca6b9405
Parent:
0:48e2ec1af2d9
Child:
3:8c8ce127f100
fix

Who changed what in which revision?

UserRevisionLine numberNew contents of line
joelbandi 2:e3a7ca6b9405 1 #ifndef MBED_ADSlib_H
joelbandi 2:e3a7ca6b9405 2 #define MBED_ADSlib_H
joelbandi 0:48e2ec1af2d9 3
joelbandi 0:48e2ec1af2d9 4 //Word definition begin here
joelbandi 0:48e2ec1af2d9 5 #define WAKEUP 0x02
joelbandi 0:48e2ec1af2d9 6 #define STANDBY 0x04
joelbandi 0:48e2ec1af2d9 7 #define RESET 0x06
joelbandi 0:48e2ec1af2d9 8 #define START 0x08
joelbandi 0:48e2ec1af2d9 9 #define STOP 0x0A
joelbandi 0:48e2ec1af2d9 10 #define RDATAC 0x10
joelbandi 0:48e2ec1af2d9 11 #define SDATAC 0x11
joelbandi 0:48e2ec1af2d9 12 #define WCT_setting_regAdress 0x18
joelbandi 0:48e2ec1af2d9 13
joelbandi 0:48e2ec1af2d9 14 /*-----------------------------*/
joelbandi 0:48e2ec1af2d9 15
joelbandi 0:48e2ec1af2d9 16
joelbandi 0:48e2ec1af2d9 17
joelbandi 0:48e2ec1af2d9 18
joelbandi 0:48e2ec1af2d9 19
joelbandi 0:48e2ec1af2d9 20 //Function declarations start here
joelbandi 0:48e2ec1af2d9 21
joelbandi 0:48e2ec1af2d9 22 #endif