NagaokaRoboticsClub_mbedTeam / Mbed 2 deprecated 2021NHK_BController_TX

Dependencies:   mbed 2021BconTX

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};