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: CUER_CAN XBeeLib mbed
Diff: config.h
- Revision:
- 3:4cb764d44eac
- Parent:
- 1:bf4296cf56cb
--- a/config.h Fri May 08 11:51:45 2015 +0200 +++ b/config.h Mon May 11 17:58:49 2015 +0200 @@ -2,12 +2,12 @@ #if !defined(__CONFIG_H_) #define __CONFIG_H_ -//#define PATFORM_ARCHPRO +#define PATFORM_ARCHPRO /** Library configuration options */ #define ENABLE_LOGGING #define ENABLE_ASSERTIONS -#define FRAME_BUFFER_SIZE 4 +#define FRAME_BUFFER_SIZE 10 #define MAX_FRAME_PAYLOAD_LEN 128 #define ENABLE_PM_SUPPORT @@ -16,7 +16,7 @@ #if defined(PATFORM_ARCHPRO) #define RADIO_TX P4_28 #define RADIO_RX P4_29 -#define RADIO_RESET NC +#define RADIO_RESET P2_13 //#define RADIO_RESET NC #define RADIO_SLEEP_REQ NC #define RADIO_ON_SLEEP NC