Changes for version 2.36 - 2017-01-14
- major updates, we now require wiringPi v2.36+
- changed version numbering scheme. We now match the wiringPi version number that we fully support
- changed piBoardRev() to piGpioLayout(), and board_rev() to gpio_laout() per changes in wiringPi.c/h
- added analogRead()/analog_read() and analogWrite()/analog_write() to support the BMP180 sensor
- added bmp180_setup()/bmp180Setup()
- added bmp180_temp() and bmp180_pressure()
- added POD for all the new functionality
Modules
Direct access to Raspberry Pi's wiringPi API, with optional Perl OO access