ADS1113/ADS1114/ADS1115 I2C DAC driver + example

This commit is contained in:
UncleRus 2016-11-22 20:10:03 +05:00
parent 6bd2d15d23
commit 690a4793a6
5 changed files with 555 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/ads111x
# expected anyone using ADC driver includes it as 'ads111x/ads111x.h'
INC_DIRS += $(ads111x_ROOT)..
# args for passing into compile rule generation
ads111x_SRC_DIR = $(ads111x_ROOT)
$(eval $(call component_compile_rules,ads111x))