Driver + example for MCP4725 12-bit I2C DAC

This commit is contained in:
UncleRus 2016-11-19 21:25:21 +05:00
parent 6481f71ce0
commit 16b38f94b0
5 changed files with 256 additions and 0 deletions

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