XBee API operation library for mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ZigBeePins.cpp Source File

ZigBeePins.cpp

00001 #include "ZigBeePins.h"
00002 
00003 Pin * ZigBeePins::P1_VCC = new Pin(1);
00004 Pin * ZigBeePins::P2_DOUT = new Pin(2);
00005 Pin * ZigBeePins::P3_DIN_CONFIG = new Pin(3);
00006 Pin * ZigBeePins::P4_DIO12 = new Pin(4,"P2",0x1000);
00007 Pin * ZigBeePins::P5_RESET = new Pin(5);
00008 Pin * ZigBeePins::P6_RSSI_PWM_DIO10 = new Pin(6,"P0",0x0400);
00009 Pin * ZigBeePins::P7_PWM_DIO11 = new Pin(7,"P1",0x0800);
00010 Pin * ZigBeePins::P8_RESERVED = new Pin(8);
00011 Pin * ZigBeePins::P9_DTR_SLEEP_DIO8 = new Pin(9);
00012 Pin * ZigBeePins::P10_GND = new Pin(10);
00013 Pin * ZigBeePins::P11_DIO4 = new Pin(11,"D4",0x0010);
00014 Pin * ZigBeePins::P12_CTS_DIO7 = new Pin(12,"D7",0x0080);
00015 Pin * ZigBeePins::P13_ON_SLEEP = new Pin(13);
00016 Pin * ZigBeePins::P14_VREF = new Pin(14);
00017 Pin * ZigBeePins::P15_ASSOCIATE_DIO5 = new Pin(15,"D5",0x0020);
00018 Pin * ZigBeePins::P16_RTS_DIO6 = new Pin(16,"D6",0x0040);
00019 Pin * ZigBeePins::P17_AD3_DIO3 = new Pin(17,"D3",0x0008);
00020 Pin * ZigBeePins::P18_AD2_DIO2 = new Pin(18,"D2",0x0004);
00021 Pin * ZigBeePins::P19_AD1_DIO1 = new Pin(19,"D1",0x0002);
00022 Pin * ZigBeePins::P20_AD0_DIO0_COMMISSIONONG_BUTTON = new Pin(20,"D0",0x0001);