Driver for PCF8574 (8-bit I2C GPIO expander)

This commit is contained in:
UncleRus 2016-03-01 22:56:55 +05:00
parent 17133f408b
commit 875db616ae
4 changed files with 323 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# Component makefile for extras/pcf8574
INC_DIRS += $(pcf8574_ROOT)..
pcf8574_SRC_DIR = $(pcf8574_ROOT)
$(eval $(call component_compile_rules,pcf8574))