Add the skeleton of the new client app.

This commit is contained in:
David Given
2018-10-20 13:28:20 +02:00
parent 8648405710
commit 7efaae2f76
13 changed files with 568 additions and 0 deletions

9
lib/usb.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef USB_H
#define USB_H
extern int usbGetVersion();
extern void usbSeek(uint8_t track);
extern nanoseconds_t usbGetRotationalPeriod();
extern void usbTestBulkTransport();
#endif