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:
- 1:44e048e53fcf
- Parent:
- 0:8e823c21ce5d
- Child:
- 2:87d3161e934e
--- a/main.cpp Sat Oct 16 06:55:08 2021 +0000 +++ b/main.cpp Sat Oct 16 10:28:01 2021 +0000 @@ -5,7 +5,7 @@ //バスインの宣言 -BusIn Button(topB, leftB, btmB, rightB, triagl, square, cross, circle); +BusIn Button(Ltop, Lleft, Lbtm, Lright, Rtop, Rleft, Rbtm, Rright); //スティックのアナログイン宣言 AnalogIn stick[]={Lx, Ly, Rx, Ry};