Added support for the Pimoroni scrollPhat

Added support for the ADS1115 16-bit ADC
Updated the gpio readall command to correctly with with the Compute Module
and fixed a resulting bug in wiringPi...
This commit is contained in:
Gordon Henderson
2016-01-28 19:20:31 +00:00
parent 78b5c323b7
commit 143b383b8d
13 changed files with 1847 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ SRC = wiringPi.c \
sr595.c \
pcf8574.c pcf8591.c \
mcp3002.c mcp3004.c mcp4802.c mcp3422.c \
max31855.c max5322.c \
max31855.c max5322.c ads1115.c \
sn3218.c \
drcSerial.c \
wpiExtensions.c
@@ -69,7 +69,7 @@ HEADERS = wiringPi.h \
sr595.h \
pcf8574.h pcf8591.h \
mcp3002.h mcp3004.h mcp4802.h mcp3422.h \
max31855.h max5322.h \
max31855.h max5322.h ads1115.h \
sn3218.h \
drcSerial.h \
wpiExtensions.h