Example program for EVAL-AD9106.
Dependencies: AD910x
Revision 9:c8314b2228f1, committed 2021-04-10
- Comitter:
- scabatan
- Date:
- Sat Apr 10 13:40:11 2021 +0000
- Parent:
- 8:51792457e0da
- Commit message:
- changed default device
Changed in this revision
config.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 51792457e0da -r c8314b2228f1 config.h --- a/config.h Sat Apr 10 10:51:34 2021 +0000 +++ b/config.h Sat Apr 10 13:40:11 2021 +0000 @@ -21,7 +21,7 @@ // e.g. #define DEV_AD9102 -> This will make AD9102 as an ACTIVE_DEVICE. // The ACTIVE_DEVICE is default set to AD9106, if device type is not defined. -#define DEV_AD9102 +//#define DEV_AD9102 #if defined(DEV_AD9102) #define ACTIVE_DEVICE "AD9102"