MBED code for Xbee module running on solar car

Dependencies:   XBeeLib mbed CUER_CAN

Fork of XBee802_Send_Data by Digi International Inc.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers PINNAMES_mbed.h Source File

PINNAMES_mbed.h

00001 #ifndef PINNAMES_MBED_H
00002 #define PINNAMES_MBED_H
00003 
00004 #include "mbed.h"
00005 
00006 #define CAN_WRITE_PIN p29
00007 #define CAN_READ_PIN p30
00008 
00009 #endif