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.
Dependents: multiserial_test serial_check_controller receiverA receiver_transmitter ... more
Revision 32:fde0f01a0c7b, committed 2015-03-11
- Comitter:
- lilac0112_1
- Date:
- Wed Mar 11 07:46:33 2015 +0000
- Parent:
- 30:f2f3c3d6a6be
- Commit message:
- Send to F.F
Changed in this revision
MultiSerial.cpp | Show annotated file Show diff for this revision Revisions of this file |
MultiSerial.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r f2f3c3d6a6be -r fde0f01a0c7b MultiSerial.cpp --- a/MultiSerial.cpp Tue Mar 10 09:54:28 2015 +0000 +++ b/MultiSerial.cpp Wed Mar 11 07:46:33 2015 +0000 @@ -42,7 +42,7 @@ } - void MultiSerial::write_data(uint8_t* writeData,uint8_t writeKey,int writeSIze){ + void MultiSerial::write_data(uint8_t* writeData,uint8_t writeKey,int writeSize){ __writeData = writeData; __writeSize = writeSize;
diff -r f2f3c3d6a6be -r fde0f01a0c7b MultiSerial.h --- a/MultiSerial.h Tue Mar 10 09:54:28 2015 +0000 +++ b/MultiSerial.h Wed Mar 11 07:46:33 2015 +0000 @@ -67,7 +67,7 @@ * @param readKey 多バイト通信のキーコード */ - void read_data(uint8_t* readData,uint8_t readKey); + void read_data(uint8_t* readData,uint8_t readKey,int readSize); /**データカキコするよ * @@ -75,7 +75,7 @@ * @param writeKey 多バイト通信のキーコード */ - void write_data(uint8_t* writeData,uint8_t writeKey); + void write_data(uint8_t* writeData,uint8_t writeKey,int writeSize); /**送信割り込み用関数 *