vasko ozo
/
TxRxService
20190816
PrjDefs.h@29:3cb748dd766d, 2019-08-11 (annotated)
- Committer:
- VASKO
- Date:
- Sun Aug 11 20:43:46 2019 +0000
- Revision:
- 29:3cb748dd766d
- Parent:
- 27:21b821ead49c
USART6 instead of USART3 on F429I-DISC1.
Who changed what in which revision?
User | Revision | Line number | New 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 | 27:21b821ead49c | 4 | |
VASKO | 27:21b821ead49c | 5 | #define BaudRate 115200 // по умолчанию 9600 |
VASKO | 27:21b821ead49c | 6 | //#define WorkTx (insert TxPin name here) // по умолчанию PA_9, PD_8 или USBTX (зависит от платы) |
VASKO | 27:21b821ead49c | 7 | //#define WorkRx (insert RxPin name here) // по умолчанию PA_10, PD_9 или USBRX (зависит от платы) |
VASKO | 27:21b821ead49c | 8 | //#define UsedSerialClass Serial // по умолчанию RawSerial |
VASKO | 27:21b821ead49c | 9 | |
VASKO | 11:6519744c77f9 | 10 | #include "TxRxService.h" |