Skip to content
This repository was archived by the owner on Dec 6, 2018. It is now read-only.

Commit db46520

Browse files
committed
Merge pull request #111 from vadimol/cs43l2_develop
Added driver for cs43l22 audio DAC
2 parents 610ec22 + a997501 commit db46520

4 files changed

Lines changed: 941 additions & 38 deletions

File tree

dev/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ add_subdirectory(pcd8544)
22
add_subdirectory(sdspi)
33
add_subdirectory(bus)
44
add_subdirectory(sensor)
5+
add_subdirectory(cs43l22)

dev/cs43l22/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
add_library(cs43l22 INTERFACE)
2+
target_link_libraries(cs43l22 INTERFACE types)
3+
target_include_directories(cs43l22 INTERFACE export)

0 commit comments

Comments
 (0)