STM issues

Dependencies:   MPU6050 mbed

Fork of mpu6050_test by Simon Garfieldsg

shared.h

Committer:
chris1seto
Date:
2014-07-01
Revision:
1:09d785823d44

File content as of revision 1:09d785823d44:

#ifndef SHARED_H
#define SHARED_H

#include "mbed.h"

extern Serial pc;

#endif