Takeuchi Issei
/
Serial_Writer-re
Serial_Writerの受信側
Diff: main.cpp
- Revision:
- 4:7e5c1416d641
- Parent:
- 3:f0c85f2558c4
- Child:
- 5:029c4cea1114
--- a/main.cpp Fri May 07 09:35:03 2021 +0000 +++ b/main.cpp Fri May 07 09:36:29 2021 +0000 @@ -4,7 +4,7 @@ int main(void){ while(true){ - int bit_[3]; + int bit_[3];//送信側と同じ型、同じ要素数の配列 int n=TWE.receive(bit_); if(n==0){ for(int c:bit_)printf("%d ",c);