Read data from an ADIS16355 IMU and write it to the USB port.

Dependencies:   mbed

Committer:
yahugh
Date:
Wed Aug 10 21:50:36 2011 +0000
Revision:
0:c6ee363ac724
initial release, still has some problems but might be of interest to others regardless

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yahugh 0:c6ee363ac724 1 void usb_serial_init(void);
yahugh 0:c6ee363ac724 2 bool usb_serial_putc(char);