Add a feature where we can measure the FDD bus signal voltages using the PSoC's

ADCs. Increase the track step pulse width to 6us, because.
This commit is contained in:
David Given
2019-12-10 22:36:18 +01:00
parent 8ee6eed4dc
commit f436d6b582
12 changed files with 841 additions and 305 deletions

View File

@@ -13,5 +13,6 @@ 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 usbMeasureVoltages(struct voltages_frame* voltages);
#endif