uint8_t型とunsigned char型に対応した多バイトシリアル通信用ライブラリ
Dependents: multiserial_test serial_check_controller receiverA receiver_transmitter ... more
Revision 1:123ee4ce9fe4, committed 2014-08-21
- Comitter:
- Hatter
- Date:
- Thu Aug 21 00:11:39 2014 +0000
- Parent:
- 0:77c15e33dfd1
- Child:
- 2:8e7245a83717
- Child:
- 3:cc6e2afb4914
- Commit message:
- unsigned char????????????????????
Changed in this revision
MultiSerial.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MultiSerial.h Thu Aug 21 00:05:00 2014 +0000 +++ b/MultiSerial.h Thu Aug 21 00:11:39 2014 +0000 @@ -12,7 +12,7 @@ #define __SIZE(array) (sizeof(array) / sizeof(array[0])) -/** 多バイト通信用クラス 多バイト言ってるけどuint8_t型かunsigned char型の8bit数値しか対応してません。 文字とか無理なんで。 +/** 多バイト通信用クラス * * Example: * @code