Clock generator @ 145 MHz and 7 mhz

Dependencies:   Si5351A

Fork of Check_Si5351A_Clock_generator by Kenji Arai

Revision:
5:e32ef4b85317
Parent:
4:5981cf106502
--- a/si5351a_check.h	Sat Jan 07 05:57:55 2017 +0000
+++ b/si5351a_check.h	Wed Aug 23 09:54:05 2017 +0000
@@ -28,7 +28,7 @@
 
 #define BAUD_RATE 9600
 
-#if 0
+#if 1
 #define INCREMENT               // command 1,2,3 -> INCREMENT or TABLE_LOOK
 #endif
 #if !defined(INCREMENT)
@@ -58,3 +58,4 @@
 int  xatoi(char **str, int32_t *res);
 void get_line(char *buff, int len);
 void get_line_no_param(char *buff);
+void delay(int32_t time);
\ No newline at end of file