Add GreaseWeazle support for --high-density.

This commit is contained in:
David Given
2021-01-08 21:20:33 +01:00
parent 231aa44d03
commit 082be14232
2 changed files with 2 additions and 2 deletions

View File

@@ -343,6 +343,7 @@ public:
{
do_command({ CMD_SELECT, 3, (uint8_t)drive });
do_command({ CMD_MOTOR, 4, (uint8_t)drive, 1 });
do_command({ CMD_SET_PIN, 4, 2, (uint8_t)(high_density ? 0 : 1) });
}
void measureVoltages(struct voltages_frame* voltages)