add: waveshare lib

This commit is contained in:
2022-02-12 21:24:50 +01:00
parent 183e9cf80c
commit afc4244f9d
10 changed files with 931 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
add_library(bcm2835 STATIC include/bcm2836.h src/bcm2836.c)
add_library(bcm2835 STATIC include/bcm2835.h src/bcm2835.c)
target_include_directories(bcm2835 PUBLIC include/)