Example program for EVAL-AD9106 and EVAL-AD9102

Dependencies:   AD910x

Revision:
2:f20dbb194f12
Parent:
1:b9d129e45c30
Child:
3:7a4971eab899
--- a/main.cpp	Wed Mar 03 02:18:23 2021 +0000
+++ b/main.cpp	Thu Mar 04 02:13:05 2021 +0000
@@ -95,6 +95,7 @@
             en_cvddx = 1;
             printf("On-board oscillator supply is enabled.\n");
         }
+        thread_sleep_for(500);
         print_prompt2();
         amp_out = getchar();
         if ( amp_out == 'y' ){
@@ -166,7 +167,7 @@
 void print_title()
 {
     printf("\n***********************************************************************\n");
-    printf("* EVAL-%S Demonstration Program                                   *\n", ACTIVE_DEVICE);
+    printf("* EVAL-%s Demonstration Program                                   *\n", ACTIVE_DEVICE);
     printf("*                                                                     *\n");
     printf("* This program demonstrates how to generate waveforms with the %s *\n", ACTIVE_DEVICE);
     printf("* using example register configurations in the datasheet.             *\n");