first commit

Dependencies:   C12832_lcd DigiLogger XBeeLib mbed

Fork of XBee802_Receive_Data by Digi International Inc.

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