- or download this
Device::BCM2835::gpio_fsel(...);
- or download this
*gpio_fsel = \&Device::BCM2835::gpio_fsel;
- or download this
for my $sub (qw{gpio_fsel gpio_set gpio_clr}) {
no strict 'refs';
*$sub = \&{"Device::BCM2835::$sub"};
}
- or download this
gpio_fsel(...);
gpio_set(...);
gpio_clr(...);