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: test/test.cpp
- Revision:
- 23:3626c7d73505
- Parent:
- 22:713817fa6687
- Child:
- 24:275e886bd61c
--- a/test/test.cpp Thu Dec 19 06:28:30 2019 +0000 +++ b/test/test.cpp Thu Dec 19 14:35:25 2019 +0000 @@ -2,7 +2,7 @@ #if defined(COMPILE_TEST) -SPI spi2(PB_15, PB_14, PB_13); //1Mbps default, MOSI MISO SCLK, forIMU +SPI spi2(PB_15, PB_14, PB_13); //1Mbps default, MOSI MISO SCLK, for IMU Serial pc(USBTX, USBRX, 115200); // print debug message inline void test_exti_rcv_normal_msg()