Driver for AD7705/AD7706 SPI ADC

This commit is contained in:
UncleRus 2017-07-07 03:31:11 +05:00
parent 49a0a74ae2
commit ee7bd87011
5 changed files with 363 additions and 0 deletions

View 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))