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
- Committer:
- com3
- Date:
- 2014-02-22
- Revision:
- 2:6a8450240660
- Parent:
- 1:05be68058127
File content as of revision 2:6a8450240660:
Serial sensor(p13,p14);
Serial pc(USBTX, USBRX);
int main(){
//送信開始
sensor.putc(1);
//送信空き割り込み設定
sensor.attach(&micon_tx,Serial::TxIrq);
}