20190816

Dependencies:   mbed

Committer:
VASKO
Date:
Thu Aug 08 13:24:28 2019 +0000
Revision:
23:39d96e160cf1
Parent:
22:1010cb11fb14
Child:
27:21b821ead49c
Rx header detection performed and added. Statistics displayed. Duplex at 115200.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
VASKO 7:7aaa14391264 1 #include "mbed.h"
VASKO 7:7aaa14391264 2
VASKO 23:39d96e160cf1 3 #define BaudRate 115200 // по умолчанию 9600
VASKO 22:1010cb11fb14 4 //#define ParsLength (insert needed ParsLength here) // по умолчанию 4
VASKO 22:1010cb11fb14 5 //#define WorkTx (insert TxPin name here) // по умолчанию PA_9 или USBTX
VASKO 22:1010cb11fb14 6 //#define WorkRx (insert RxPin name here) // по умолчанию PA_10 или USBRX
VASKO 11:6519744c77f9 7 #include "TxRxService.h"