Team_temp / VT1_domc

Dependencies:   mbed-dev

Fork of Adafruit9-DOf_AHRS_Regler_Discrete by RT-Labor IMS

Committer:
rtlabor
Date:
Thu Sep 20 08:35:36 2018 +0000
Revision:
3:bd353b8184cc
Parent:
0:772bf4786416
VT1 domc original
;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bmanga95 0:772bf4786416 1 #include "Serial_base.h"
bmanga95 0:772bf4786416 2
bmanga95 0:772bf4786416 3 #ifdef _MBED_
bmanga95 0:772bf4786416 4
bmanga95 0:772bf4786416 5 //Setup MBED serial communication abstraction layer
bmanga95 0:772bf4786416 6 Serial_base* s_com = new Serial_MBED();
bmanga95 0:772bf4786416 7
bmanga95 0:772bf4786416 8 #endif