ADS1113/ADS1114/ADS1115 I2C DAC driver + example
This commit is contained in:
parent
6bd2d15d23
commit
690a4793a6
5 changed files with 555 additions and 0 deletions
9
extras/ads111x/component.mk
Normal file
9
extras/ads111x/component.mk
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue