Add the ability to erase tracks. The writer now erases tracks for which no data

is available.
This commit is contained in:
David Given
2019-01-10 23:51:47 +01:00
parent 564fb63685
commit 80cb1e7a81
5 changed files with 69 additions and 15 deletions

View File

@@ -9,5 +9,6 @@ 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);
extern void usbErase(int side);
#endif