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.
Dependencies: mbed 2021BconTX
Diff: main.cpp
- Revision:
- 2:87d3161e934e
- Parent:
- 1:44e048e53fcf
- Child:
- 3:fe4bd259f4c4
--- a/main.cpp Sat Oct 16 10:28:01 2021 +0000 +++ b/main.cpp Sat Oct 16 12:03:22 2021 +0000 @@ -10,7 +10,7 @@ AnalogIn stick[]={Lx, Ly, Rx, Ry}; //FEP,PCの宣言 -BconFEP fep(fepTX, fepRX, fepad); +Bcon bcon(fepTX, fepRX, fepad); Serial pc(USBTX, USBRX, 115200); @@ -56,6 +56,6 @@ data_[i] = stick_val[i-1]*255; } - fep.SendData(data_); + bcon.SendData(data_); } } \ No newline at end of file