Driver for AD7705/AD7706 SPI ADC

This commit is contained in:
UncleRus 2017-07-07 03:31:11 +05:00
parent 49a0a74ae2
commit ee7bd87011
5 changed files with 363 additions and 0 deletions

4
examples/ad770x/Makefile Normal file
View file

@ -0,0 +1,4 @@
PROGRAM = ad770x
EXTRA_COMPONENTS = extras/ad770x
#ESPBAUD = 460800
include ../../common.mk