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
- 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