Wire up writebrother to the real USB device. Maybe it works now?

This commit is contained in:
David Given
2019-01-03 22:25:59 +01:00
parent 8d8f7b43c7
commit b3e647902e
4 changed files with 30 additions and 18 deletions

View File

@@ -8,5 +8,6 @@ extern void usbSeek(int track);
extern nanoseconds_t usbGetRotationalPeriod();
extern void usbTestBulkTransport();
extern std::unique_ptr<Fluxmap> usbRead(int side, int revolutions);
extern void usbWrite(int side, const Fluxmap& fluxmap);
#endif