i want to test the functionality of the following code.
Can the out put be measured using a digital voltmeter ?
if(M2_Button2.FlipFlop){
M2IO.Setpin_12VIO(Pin_Number, ON); // Turn the output ON
SerialUSB.print("\nButton 2 ON");
} else{
M2IO.Setpin_12VIO(Pin_Number, OFF); // Turn the output OFF
SerialUSB.print("\nButton 2 OFF");
i want to test the functionality of the following code.
Can the out put be measured using a digital voltmeter ?