You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/ked/device_drivers/max7219/CMakeLists.txt

7 lines
92 B

# https://www.youtube.com/watch?v=abuCXC3t6eQ
add_library(
max7219
max7219.c
max7219.h
)