only:docs
This commit is contained in:
parent
6e42e33df7
commit
a6c3786fac
|
@ -7,9 +7,12 @@ import com.rusefi.io.CommandQueue;
|
|||
/**
|
||||
* dead?
|
||||
* <p>
|
||||
* The following jumper wires are used to test some subsystems as realistically as possible:
|
||||
* The following jumper wires are used to test some digital subsystems.
|
||||
* PD1 (output) <=> PC6 (PAL/ICU input)
|
||||
* PD2 (output) <=> PA5 (PAL/ICU input)
|
||||
*
|
||||
* Proteus has more advanced jumpers allowing for some analog domain coverage see ProteusAnalogTest
|
||||
*
|
||||
* <p>
|
||||
* <p>
|
||||
* <p>
|
||||
|
|
|
@ -5,6 +5,9 @@ import com.rusefi.f4discovery.CompositeLoggerTest;
|
|||
import com.rusefi.f4discovery.HighRevTest;
|
||||
import com.rusefi.proteus.ProteusAnalogTest;
|
||||
|
||||
/**
|
||||
* See ProteusAnalogTest for jumper configuration documentation
|
||||
*/
|
||||
public class HwCiProteus {
|
||||
public static void main(String[] args) {
|
||||
CmdJUnitRunner.runHardwareTestAndExit(new Class[]{
|
||||
|
|
Loading…
Reference in New Issue