Driver for PCF8574 (8-bit I2C GPIO expander)
This commit is contained in:
parent
17133f408b
commit
875db616ae
4 changed files with 323 additions and 0 deletions
6
extras/pcf8574/component.mk
Normal file
6
extras/pcf8574/component.mk
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue