The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03

  • wrote RPi::WiringPi::Constant as a standalone module
  • added $SIG{__DIE__} handler so we can clean up properly on die()
  • added 'fatal_exit' new() param for testing
  • we now catch $SIG{INT} as well, with a test
  • new method pin_map(), returns the current pin mapping
  • tests now work on non-Pi boards (if wiringPi lib is installed)
  • implemented
  • added Board.pm with methods rev(), wpi_to_gpio(), phys_to_gpio() and pwm_range()

Modules

Perl interface to Raspberry Pi's board and GPIO pin functionality
Access and manipulate Raspberry Pi board attributes
Access and manipulate Raspberry Pi GPIO pins