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:
- 6:ef64b02d2ff5
- Parent:
- 5:47cf103f9223
- Child:
- 7:f8369dfbf022
--- a/main.cpp Fri May 14 10:31:01 2021 +0000
+++ b/main.cpp Thu May 20 15:23:17 2021 +0000
@@ -3,7 +3,8 @@
int main(void)
{
while(true) {
- double bit_[3]= {10.02,20.32,30.23}; //任意の型の配列
- TWE.write(bit_,40);
+ char consts[3]={'A','B','C'};
+ TWE.write(consts);
+ wait_ms(5);
}
}
\ No newline at end of file