program for receiving 2021NHK B_team controller
Dependencies: 2021Bcon
Revision 1:0cc19b454fc6, committed 2021-10-16
- Comitter:
- piroro4560
- Date:
- Sat Oct 16 13:42:48 2021 +0000
- Parent:
- 0:157b6d43eb95
- Commit message:
Changed in this revision
--- a/2021Bcon.lib Sat Oct 16 05:25:59 2021 +0000 +++ b/2021Bcon.lib Sat Oct 16 13:42:48 2021 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/piroro4560/code/2021Bcon/#9ea2a0d8b9d9 +https://os.mbed.com/teams/NHK-Robocon2016_Nagaoka_B_Team/code/2021Bcon/#a8f5f13b0840
--- a/main.cpp Sat Oct 16 05:25:59 2021 +0000 +++ b/main.cpp Sat Oct 16 13:42:48 2021 +0000 @@ -17,7 +17,7 @@ pc.printf(" | "); for (int i=0; i<4; i++) pc.printf("%3d ", stick[i]); pc.printf(" | "); - if (mycon.status) pc.printf("OK\r\n"); - else pc.printf("ERROR\r\n"); + if (mycon.status) pc.printf("received\r\n"); + else pc.printf("anything error...\r\n"); } } \ No newline at end of file
--- a/myFEP.lib Sat Oct 16 05:25:59 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://os.mbed.com/users/piroro4560/code/myFEP/#8d754f144b96