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.
main.cpp@1:a9cd302df0c5, 2021-05-07 (annotated)
- Committer:
- e2011220
- Date:
- Fri May 07 08:56:38 2021 +0000
- Revision:
- 1:a9cd302df0c5
- Parent:
- 0:1779b0a23b09
- Child:
- 4:5df1bfac0f43
fs
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| e2011220 | 0:1779b0a23b09 | 1 | #include "Serial_Writer.h" |
| e2011220 | 1:a9cd302df0c5 | 2 | Serial_Writer TWE(D5,D4,115200); |
| e2011220 | 0:1779b0a23b09 | 3 | int main(void){ |
| e2011220 | 0:1779b0a23b09 | 4 | while(true){ |
| e2011220 | 1:a9cd302df0c5 | 5 | int bit_[3]={10,20,30};//任意の型の配列 |
| e2011220 | 1:a9cd302df0c5 | 6 | TWE.write(bit_,40); |
| e2011220 | 0:1779b0a23b09 | 7 | } |
| e2011220 | 0:1779b0a23b09 | 8 | } |