Skip to content

Setpin_12VIO #6

Description

@zsarwar

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions