20190816

Dependencies:   mbed

Committer:
VASKO
Date:
Thu Aug 08 08:48:44 2019 +0000
Revision:
22:1010cb11fb14
Parent:
20:b60d2a5cd128
Child:
23:39d96e160cf1
ParsLength and it's contril added.

Who changed what in which revision?

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