diff options
Diffstat (limited to 'macros/findDeps/getAllHeaders.sci')
-rw-r--r-- | macros/findDeps/getAllHeaders.sci | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/findDeps/getAllHeaders.sci b/macros/findDeps/getAllHeaders.sci index 7dd5521..0435976 100644 --- a/macros/findDeps/getAllHeaders.sci +++ b/macros/findDeps/getAllHeaders.sci @@ -265,6 +265,7 @@ function allHeaders = getAllHeaders(SharedInfo) "thirdparty/includes/WiringPi/wiringSerial.h" "thirdparty/includes/WiringPi/gertboard.h" "thirdparty/includes/WiringPi/lcd.h" + "thirdparty/includes/WiringPi/lcd128x64.h" "thirdparty/includes/WiringPi/mcp23s08.h" "thirdparty/includes/WiringPi/mcp23s17.h" "thirdparty/includes/WiringPi/mcp23008.h" @@ -279,11 +280,13 @@ function allHeaders = getAllHeaders(SharedInfo) "thirdparty/includes/WiringPi/softTone.h" "thirdparty/includes/WiringPi/wiringPiI2C.h" "thirdparty/includes/WiringPi/wiringShift.h" + "thirdparty/includes/WiringPi/RPI_wfi.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralDigital.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralGertboard.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralI2C.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralInterrupt.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralLCD.h" + "src/c/hardware/rasberrypi/includes/RPIPeripheralLCD128x64.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralMcp.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralMisc.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralPcf.h" |