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
Revision 3:fe4bd259f4c4, committed 2021-10-16
- 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)