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@0:48e2ec1af2d9, 2015-04-02 (annotated)
- Committer:
- joelbandi
- Date:
- Thu Apr 02 13:12:59 2015 +0000
- Revision:
- 0:48e2ec1af2d9
- Child:
- 2:e3a7ca6b9405
added more convenient ads setting templates
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
joelbandi | 0:48e2ec1af2d9 | 1 | #ifndef ADSlib_H |
joelbandi | 0:48e2ec1af2d9 | 2 | #define 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 |