Changes for version 2.3632 - 2019-06-22
- added the digital potentiometer (MCP4xxxx) to the test platform (in this case, we're using the single pot MCP41010). (Closes #87)
- correct markup error in FAQ (closes #100)
- added BMP180 to the test platform (closes #85)
- OLED displays are now available
- reorganized all test files so that when unit testing with Test::BrewBuild, the LCD will retain the test results for the majority of the test run
- added new testing env var "RPI_RELEASE_TESTING", so that we can install other CPAN distributions without breaking things due to "RELEASE_TESTING" always being set
- fully integrated the new RPi::SysInfo distribution as a parent to RPi::Core
- updated stepper motor FAQ with new GPIO expander functionality (closes #102)
Documentation
FAQ and Tutorial for RPi::WiringPi
Modules
Perl interface to Raspberry Pi's board, GPIO, LCDs and other various items
Core methods for RPi::WiringPi Raspberry Pi interface
Examples
- examples/adc.pl
- examples/alt_mode.pl
- examples/api_servo.pl
- examples/baseline_setup.pl
- examples/bmp.pl
- examples/i2c.pl
- examples/identify.pl
- examples/perlmonks.pl
- examples/pot_adc.pl
- examples/registered_pins.pl
- examples/rtc.pl
- examples/sg90_servo.pl
- examples/shift.pl
- examples/spi.pl
- examples/stepper_motor.pl
- examples/sysinfo_faq_examples.pl
- examples/tripwire.pl