API to interface sensor with host PC
Dependencies: LidarSpi USBDevice mbed
Diff: tests.h
- Revision:
- 0:10bd8964965a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests.h Tue Apr 05 08:16:30 2016 +0000 @@ -0,0 +1,11 @@ +#ifndef TESTS_H +#define TESTS_H + +#include "mbed.h" +#include "LidarSpi.h" +#include "USBSerial.h" + +int traceTest(LidarSpi* lidar,Serial * pc, USBSerial * sensor); + + +#endif \ No newline at end of file