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:
- 0:48e2ec1af2d9
- Child:
- 2:e3a7ca6b9405
diff -r 000000000000 -r 48e2ec1af2d9 ADSlib.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ADSlib.h Thu Apr 02 13:12:59 2015 +0000 @@ -0,0 +1,22 @@ +#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 \ No newline at end of file