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.
serial.cpp@2:342bc6428f46, 2019-02-25 (annotated)
- Committer:
- Agatsuma854
- Date:
- Mon Feb 25 05:24:44 2019 +0000
- Revision:
- 2:342bc6428f46
- Parent:
- 0:a0096d6aedd3
kakihazime wo kaita
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Agatsuma854 | 2:342bc6428f46 | 1 | #include "setting.hpp" |
Agatsuma854 | 2:342bc6428f46 | 2 | |
Agatsuma854 | 2:342bc6428f46 | 3 | bool seril(){ |
Agatsuma854 | 2:342bc6428f46 | 4 | // ここが真偽判定部 |
Agatsuma854 | 2:342bc6428f46 | 5 | } |
Agatsuma854 | 2:342bc6428f46 | 6 | |
Agatsuma854 | 2:342bc6428f46 | 7 | unsigned char serialGet(){ |
Agatsuma854 | 2:342bc6428f46 | 8 | // 通信内容を持ってくる |
Agatsuma854 | 2:342bc6428f46 | 9 | } |