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.
Dependencies: XBeeLib_Master mbed
config.h
- Committer:
- basvuyk
- Date:
- 2018-07-25
- Revision:
- 2:bd4ef614ebb6
- Parent:
- 1:f28c98c04cbd
File content as of revision 2:bd4ef614ebb6:
#include "mbed.h" #define MAX_FRAME_PAYLOAD_LEN 128 #define FRAME_BUFFER_SIZE 4 #define SYNC_OPS_TIMEOUT_MS 1000 #define RADIO_TX PA_9 #define RADIO_RX PA_10 #define RADIO_RESET PA_8