Add the ability to fake the index pulse source, allowing old drives to be used

with FluxEngine.
This commit is contained in:
David Given
2020-01-12 01:23:47 +01:00
parent 4ed1fb6bac
commit d77841c3b7
15 changed files with 471 additions and 341 deletions

View File

@@ -12,7 +12,7 @@ extern void usbTestBulkTransport();
extern Bytes usbRead(int side, int revolutions);
extern void usbWrite(int side, const Bytes& bytes);
extern void usbErase(int side);
extern void usbSetDrive(int drive, bool high_density);
extern void usbSetDrive(int drive, bool high_density, int index_mode);
extern void usbMeasureVoltages(struct voltages_frame* voltages);
#endif