Import WiringPI and Chacond

This commit is contained in:
2016-03-01 23:18:02 +01:00
parent 0baec13e8e
commit f70a267304
184 changed files with 24179 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# CMakeLists files in this project can
# refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and
# to the root binary directory of the project as ${HELLO_BINARY_DIR}.
cmake_minimum_required (VERSION 2.8.11)
add_subdirectory (wiringPi)
add_subdirectory (devLib)
add_subdirectory (gpio)