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
4
examples/mcp4725_test/Makefile
Normal file
4
examples/mcp4725_test/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
PROGRAM = mcp4725_test
|
||||
EXTRA_COMPONENTS = extras/i2c extras/mcp4725
|
||||
#ESPBAUD = 460800
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue