RaheeNew

Dependencies:   mbed

Dependents:   RaheeNew

Fork of Adafruit9-DOf by Bruno Manganelli

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Serial_base.cpp Source File

Serial_base.cpp

00001 #include "Serial_base.h"
00002 
00003 #ifdef _MBED_
00004 
00005 //Setup MBED serial communication abstraction layer
00006 Serial_base* s_com = new Serial_MBED();
00007 
00008 #endif