Joel Bandi / ADSlib

Dependents:   ECG_ADS1198_IITH

ADSlib.h

Committer:
joelbandi
Date:
2015-04-02
Revision:
0:48e2ec1af2d9
Child:
2:e3a7ca6b9405

File content as of revision 0:48e2ec1af2d9:

#ifndef ADSlib_H
#define 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

/*-----------------------------*/





//Function declarations start here

#endif