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:
- 3:fe4bd259f4c4
- Parent:
- 2:87d3161e934e
--- 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)