first commit

Dependencies:   C12832_lcd DigiLogger LM75B XBeeLib2 mbed

Fork of XBee802_Send_Data by Digi International Inc.

Revision:
3:8f9c209e5277
Parent:
1:df31db204364
--- a/config.h	Fri May 08 11:51:57 2015 +0200
+++ b/config.h	Mon May 11 17:59:00 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