Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
TxRxService.h
- Committer:
- VASKO
- Date:
- 2019-08-03
- Revision:
- 11:6519744c77f9
- Child:
- 12:6f63e376c0aa
File content as of revision 11:6519744c77f9:
#define ArrTxInitializer {0x20,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4A,0x4b,0x4c,0x4d,0x4e,0x4f}
#define ArrRxInitializer {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}
//#define ArrRxInitializer {}
extern uint8_t RxBuff[ArrRxSize];
extern uint8_t TxBuff[ArrTxSize];
extern bool ArrRxCmplt;
extern bool ArrTxBusy;
extern bool TxBuffFull;
extern void StartTx();
extern void TxRxServiceInit();