UD-GS01治具の試作プログラムです
Dependencies: mbed nRF24L01P SDFileSystem
Revision 15:481f92a029dd, committed 2020-12-15
- Comitter:
- rgoto
- Date:
- Tue Dec 15 01:13:36 2020 +0000
- Parent:
- 14:894a7ca12e70
- Commit message:
- ver.2: communication--OK; SDcard Input--OK; speed--chottoosoi
Changed in this revision
Goto_UD-GS01.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 894a7ca12e70 -r 481f92a029dd Goto_UD-GS01.cpp --- a/Goto_UD-GS01.cpp Mon Dec 14 09:54:39 2020 +0000 +++ b/Goto_UD-GS01.cpp Tue Dec 15 01:13:36 2020 +0000 @@ -19,7 +19,6 @@ int txDataCnt=0; char rxData1[TRANSFER_SIZE]; char rxData2[TRANSFER_SIZE]; /*char型で一文字ずつ配列に入れていき、表示する。char型は一つ1バイトなので、32個ずつ溜まったら送るようにする。*/ -char rxData3[TRANSFER_SIZE]; int rxDataIdx = 0; int rxDataCnt=0;