Help for this page

Select Code to Download


  1. or download this
    use RPi::WiringPi;
    use RPi::Const qw(:all);
    ...
        my $pin = $pi->pin($_);
        $pin->write(HIGH);
    }