stevieb9 / rpi-wiringpi

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

typo in DAC FAQ section #28

Closed stevieb9 closed 7 years ago

stevieb9 commented 7 years ago

my ($dacA, $dacB) = (0, 0); should be (0, 1) I'm pretty sure...

stevieb9 commented 7 years ago

Fixed in 96d4eb0