Changes for version 2.36.3 - 2017-01-22
- changed TOC to "TABLE OF CONTENTS" in POD (closes #18)
- modified dist description in POD
- added blurb in softpwm section that this functionality is quite unreliable
- removed the code that skipped over the first interrupt in XS, as the new wiringPi corrected the issue internally
- added POD for ads1115_setup()
- added test file for wiringPi's representation of the ADS1115 ADC
- added support for communicating on the SPI bus (spi_setup() and spi_data()
- added spiDataRW() (C), which wraps wiringPiSPIDataRW() so that we can accept an AV* (aref) before transforming it into the proper unsigned char* before sending it to wiringPiSPIDataRW()
Modules
API for wiringPi, providing access to the Raspberry Pi's board, GPIO and connected peripherals