HW test doc

This commit is contained in:
rusefillc 2020-11-15 18:10:05 -05:00
parent ebf64223fd
commit 9790bf47e1
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ public class HardwareTests extends BaseTest {
super(commandQueue);
}
/**
* This test relies on jumpers connecting physical pins on Discovery:
* PD1<>PC6
* PD2<>PA5
*/
public void runRealHardwareTests() {
sendCommand(getEnableCommand(Fields.CMD_TRIGGER_HW_INPUT));
enableFunctionalMode();