stevieb9 / rpi-wiringpi

Perl interface to Raspberry Pi's board, GPIO and various sensors and ICs
7 stars 1 forks source link

Note in POD/FAQ that WiringPi::API functions can be used directly against a $pi object #39

Closed stevieb9 closed 7 years ago

stevieb9 commented 7 years ago

eg:

say $pi->get_alt($pin_num);
stevieb9 commented 7 years ago

This is actually a bad idea. If we want something, we'll port it in.