trying to add the device driver max7219 to cmake

spi
polymurph 3 years ago
parent 7d19fb79c7
commit 24acc2e5a1

@ -1 +1,6 @@
add_executable(max7219.c max7219.h)
# https://www.youtube.com/watch?v=abuCXC3t6eQ
add_library(
max7219
max7219.c
max7219.h
)

Loading…
Cancel
Save