Changes for version 0.05 - 2016-08-13

  • renamed WiringPi::pin_map() to gpio_scheme()
  • added WiringPi::gpio_map()
  • new()'s setup param now accepts 'none', allowing us to pypass the wiringPi's initialization
  • new Util.pm, moved all utility methods from WiringPi to Util. WiringPi now only handles SIGs and component objects
  • moved all param checking from Core into the respective modules here to keep Core as close to the C code as possible

Modules

Perl interface to Raspberry Pi's board and GPIO pin functionality
Access and manipulate Raspberry Pi board attributes
Perl interface to Raspberry Pi LCD displays via the GPIO pins
Access and manipulate Raspberry Pi GPIO pins
Utility methods for RPi::WiringPi Raspberry Pi interface