Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- 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);