MBED code for Xbee module running on solar car

Dependencies:   XBeeLib mbed CUER_CAN

Fork of XBee802_Send_Data by Digi International Inc.

Revision:
12:13762b16b300
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PINNAMES_mbed.h	Tue Sep 12 15:35:43 2017 +0000
@@ -0,0 +1,9 @@
+#ifndef PINNAMES_MBED_H
+#define PINNAMES_MBED_H
+
+#include "mbed.h"
+
+#define CAN_WRITE_PIN p29
+#define CAN_READ_PIN p30
+
+#endif
\ No newline at end of file