Driver + example for MCP4725 12-bit I2C DAC
This commit is contained in:
parent
6481f71ce0
commit
16b38f94b0
5 changed files with 256 additions and 0 deletions
9
extras/mcp4725/component.mk
Normal file
9
extras/mcp4725/component.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/mcp4725
|
||||
|
||||
# expected anyone using this driver includes it as 'mcp4725/mcp4725.h'
|
||||
INC_DIRS += $(mcp4725_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
mcp4725_SRC_DIR = $(mcp4725_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,mcp4725))
|
Loading…
Add table
Add a link
Reference in a new issue