MBED code for Xbee module running on solar car

Dependencies:   XBeeLib mbed CUER_CAN

Fork of XBee802_Send_Data by Digi International Inc.

PINNAMES_mbed.h

Committer:
ItsJustZi
Date:
2017-10-07
Revision:
14:e625e467e257
Parent:
12:13762b16b300

File content as of revision 14:e625e467e257:

#ifndef PINNAMES_MBED_H
#define PINNAMES_MBED_H

#include "mbed.h"

#define CAN_WRITE_PIN p29
#define CAN_READ_PIN p30

#endif