NagaokaRoboticsClub_mbedTeam / Mbed 2 deprecated 2021NHK_BController_TX

Dependencies:   mbed 2021BconTX

Files at this revision

API Documentation at this revision

Comitter:
piroro4560
Date:
Sat Oct 16 12:45:17 2021 +0000
Parent:
2:87d3161e934e
Commit message:
make

Changed in this revision

2021BconTX.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/2021BconTX.lib	Sat Oct 16 12:03:22 2021 +0000
+++ b/2021BconTX.lib	Sat Oct 16 12:45:17 2021 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/NHK-Robocon2016_Nagaoka_B_Team/code/2021BconTX/#192a2bc61c91
+https://os.mbed.com/teams/NHK-Robocon2016_Nagaoka_B_Team/code/2021BconTX/#fd2c33503dcf
--- a/main.cpp	Sat Oct 16 12:03:22 2021 +0000
+++ b/main.cpp	Sat Oct 16 12:45:17 2021 +0000
@@ -17,8 +17,8 @@
 int main()
 {
     double stick_val[4];
-    bool sw[SWNUM]={};// 各ボタン表示用
-    uint8_t data[256]={}, sum, temp, intensity;//data 送る, sum BusIn値
+    bool sw[SWNUM];// 各ボタン表示用
+    uint8_t data[256]={}, sum;//data 送る, sum BusIn値
     uint8_t data_[5];
     Button.mode(PullDown);
     while(1)