XBee and XBee-PRO ZigBee RF modules provide cost-effective wireless connectivity to electronic devices. They are interoperable with other ZigBee PRO feature set devices, including devices from other vendors.

Dependencies:   BufferedArray

Dependents:   MBEDminiproject

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers XBeePins.h Source File

XBeePins.h

00001 #ifndef UK_AC_HERTS_SMARTLAB_XBEE_XBeePins
00002 #define UK_AC_HERTS_SMARTLAB_XBEE_XBeePins
00003 
00004 #include "Pin.h"
00005 
00006 /**
00007 * Pin configuration information for XBee S1 modules.
00008 */
00009 class XBeePins
00010 {
00011 public:
00012     static Pin * P1_VCC;
00013     static Pin * P2_DOUT;
00014     static Pin * P3_DIN_CONFIG;
00015     static Pin * P4_DO8;
00016     static Pin * P5_RESET;
00017     static Pin * P6_RSSI_PWM0;
00018     static Pin * P7_PWM1;
00019     static Pin * P8_RESERVED;
00020     static Pin * P9_DTR_SLEEP_DIO8;
00021     static Pin * P10_GND;
00022     static Pin * P11_AD4_DIO4;
00023     static Pin * P12_CTS_DIO7;
00024     static Pin * P13_ON_SLEEP;
00025     static Pin * P14_VREF;
00026     static Pin * P15_ASSOCIATE_AD5_DIO5;
00027     static Pin * P16_RTS_AD6_DIO6;
00028     static Pin * P17_AD3_DIO3;
00029     static Pin * P18_AD2_DIO2;
00030     static Pin * P19_AD1_DIO1;
00031     static Pin * P20_AD0_DIO0;
00032 };
00033 
00034 #endif