MBED code for Xbee module running on solar car

Dependencies:   XBeeLib mbed CUER_CAN

Fork of XBee802_Send_Data by Digi International Inc.

Committer:
ItsJustZi
Date:
Tue Sep 12 15:35:43 2017 +0000
Revision:
12:13762b16b300
CAN packets converted to Xbee packets and remote device is picking it up.. just need to verify from the receiving end that the data is indeed what we expect

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ItsJustZi 12:13762b16b300 1 #ifndef PINNAMES_MBED_H
ItsJustZi 12:13762b16b300 2 #define PINNAMES_MBED_H
ItsJustZi 12:13762b16b300 3
ItsJustZi 12:13762b16b300 4 #include "mbed.h"
ItsJustZi 12:13762b16b300 5
ItsJustZi 12:13762b16b300 6 #define CAN_WRITE_PIN p29
ItsJustZi 12:13762b16b300 7 #define CAN_READ_PIN p30
ItsJustZi 12:13762b16b300 8
ItsJustZi 12:13762b16b300 9 #endif