06/21/18

Fork of rtos_threading_with_callback by mbed_example

Revision:
4:61f1412310af
Parent:
3:3e8c16b6620c
--- a/main.cpp	Thu Jun 21 22:11:25 2018 +0000
+++ b/main.cpp	Thu Apr 02 17:44:59 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);