HW test doc
This commit is contained in:
parent
ebf64223fd
commit
9790bf47e1
|
@ -17,6 +17,11 @@ public class HardwareTests extends BaseTest {
|
||||||
super(commandQueue);
|
super(commandQueue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This test relies on jumpers connecting physical pins on Discovery:
|
||||||
|
* PD1<>PC6
|
||||||
|
* PD2<>PA5
|
||||||
|
*/
|
||||||
public void runRealHardwareTests() {
|
public void runRealHardwareTests() {
|
||||||
sendCommand(getEnableCommand(Fields.CMD_TRIGGER_HW_INPUT));
|
sendCommand(getEnableCommand(Fields.CMD_TRIGGER_HW_INPUT));
|
||||||
enableFunctionalMode();
|
enableFunctionalMode();
|
||||||
|
|
Loading…
Reference in New Issue