MAX7219/MAX7221 dirver + example
This commit is contained in:
parent
c21f70366f
commit
87b4befd87
6 changed files with 383 additions and 0 deletions
7
extras/max7219/component.mk
Normal file
7
extras/max7219/component.mk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# include it as 'max7219/max7219.h'
|
||||
INC_DIRS += $(max7219_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
max7219_SRC_DIR = $(max7219_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,max7219))
|
||||
Loading…
Add table
Add a link
Reference in a new issue