add: bcm2835 lib

This commit is contained in:
2022-02-12 20:50:39 +01:00
parent 4987702f4e
commit 183e9cf80c
5 changed files with 4443 additions and 0 deletions

4
bcm2835/CMakeLists.txt Normal file
View File

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