Joel Bandi / ADSlib

Dependents:   ECG_ADS1198_IITH

ADSlib.h

Committer:
joelbandi
Date:
2015-04-02
Revision:
2:e3a7ca6b9405
Parent:
0:48e2ec1af2d9
Child:
3:8c8ce127f100

File content as of revision 2:e3a7ca6b9405:

#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

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





//Function declarations start here

#endif