Driver for AD7705/AD7706 SPI ADC
This commit is contained in:
parent
49a0a74ae2
commit
ee7bd87011
5 changed files with 363 additions and 0 deletions
9
extras/ad770x/component.mk
Normal file
9
extras/ad770x/component.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/ad770x (AD7705/AD7706 driver)
|
||||
|
||||
# expected anyone using ADC driver includes it as 'ad770x/ad770x.h'
|
||||
INC_DIRS += $(ad770x_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
ad770x_SRC_DIR = $(ad770x_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,ad770x))
|
Loading…
Add table
Add a link
Reference in a new issue