Final Jacaranda Program; updated during Harald's visit; In NVM program, set tm_en_vout_mon =1 before updating the oscillator frequency.

Revision:
4:8afc50e5a7bc
Parent:
3:3e8c16b6620c
--- a/main.cpp	Thu Jun 21 22:11:25 2018 +0000
+++ b/main.cpp	Thu Apr 02 20:10:06 2020 +0000
@@ -3,7 +3,7 @@
 Serial pc(USBTX, USBRX);
 const int frequ = 50; //unit kHz
 const char dev_addr = 0x00; //fixed
-const char version[4] = "0.0";
+const char version[4] = "1.0";
 
 void testmode(void);
 void i2c_read(void);