Revision history for RPi-ADC-MCP3008
3.1801 2026-06-12
- Migrated constants from removed RPi::WiringPi::Constant to
RPi::Const (incl. Makefile.PL prereq)
- Replaced wpi_setup()/spi_setup() with wiringPiSetupGpio()/
wiringPiSPISetup() for WiringPi::API 3.18; aligns Perl-level
setup with the XS (GPIO numbering) and fixes the undefined
spi_setup() under the :wiringPi-only import
2.3605 2019-11-18
- modified what we send in to SPI setup. A recent change in WiringPi
broke sending in the GPIO pin as a channel
- updated POD coverage tests
2.3604 2017-06-28
- added git info to Makefile.PL
- bumped prereq of WiringPi::API to 2.3612
- bump prereq of RPi::WiringPi::Constant to 1.00
2.36.3 2016-03-13
- removed unnecessary C includes
- changed version numbering scheme from 2.36.x to 2.360x
2.36.2 2017-03-11
- changed percent return to a 2 digit float from an int, perl the
documentation
- added Fritzing docs and the datasheet
- updated POD
2.36.1 2017-03-11
- initial release