20190816

Dependencies:   mbed

PrjDefs.h

Committer:
VASKO
Date:
2019-08-11
Revision:
29:3cb748dd766d
Parent:
27:21b821ead49c

File content as of revision 29:3cb748dd766d:

#include "mbed.h"

//#define ParsLength (insert needed ParsLength here) // по умолчанию 4

#define BaudRate 115200                 // по умолчанию 9600
//#define WorkTx (insert TxPin name here) // по умолчанию PA_9, PD_8 или USBTX (зависит от платы)
//#define WorkRx (insert RxPin name here) // по умолчанию PA_10, PD_9 или USBRX (зависит от платы)
//#define UsedSerialClass Serial          // по умолчанию RawSerial

#include "TxRxService.h"