20190816

Dependencies:   mbed

PrjDefs.h

Committer:
VASKO
Date:
2019-08-10
Revision:
27:21b821ead49c
Parent:
23:39d96e160cf1

File content as of revision 27:21b821ead49c:

#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"