projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5df3d
)
Merged from external project:
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 9 Oct 2008 14:04:38 +0000
(14:04 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 9 Oct 2008 14:04:38 +0000
(14:04 +0000)
**********
r22504 | batt | 2008-10-09 15:57:14 +0200 (Thu, 09 Oct 2008) | 1 line
Add missing ID.
**********
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1889
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/drv/pcf8574.h
patch
|
blob
|
history
diff --git
a/bertos/drv/pcf8574.h
b/bertos/drv/pcf8574.h
index 7d53d95ec88cc0268f719c9cc37225c128868014..bde525c55a2796ae7b554d9aedcbca6a76d9a8f9 100644
(file)
--- a/
bertos/drv/pcf8574.h
+++ b/
bertos/drv/pcf8574.h
@@
-51,6
+51,7
@@
typedef struct Pcf8574
pcf8574_addr addr;
} Pcf8574;
+#define PCF8574ID 0x40 ///< I2C address
int pcf8574_get(Pcf8574 *pcf);
bool pcf8574_put(Pcf8574 *pcf, uint8_t data);