Port of Adafruit Arduino code

Dependencies:   mbed

Fork of Adafruit9-DOf by Bruno Manganelli

Source/Serial_base.cpp

Committer:
jatinsha
Date:
2015-11-29
Revision:
2:fe10a40b42e8
Parent:
0:772bf4786416

File content as of revision 2:fe10a40b42e8:

#include "Serial_base.h"

#ifdef _MBED_

//Setup MBED serial communication abstraction layer
Serial_base* s_com = new Serial_MBED();

#endif