drivers/i2c: Move wrapper that implements I2C_WRITEREAD using I2C_transfer from pc9555.c to a new, comon i2c directory

This commit is contained in:
Gregory Nutt
2016-01-26 09:58:18 -06:00
parent 7fb7bef2d2
commit 67f38169b2
10 changed files with 245 additions and 72 deletions
+1
View File
@@ -52,6 +52,7 @@ VPATH = .
include analog$(DELIM)Make.defs
include audio$(DELIM)Make.defs
include bch$(DELIM)Make.defs
include i2c$(DELIM)Make.defs
include input$(DELIM)Make.defs
include ioexpander$(DELIM)Make.defs
include lcd$(DELIM)Make.defs