Changed the bitwise OR.

Dependents:   I2CTester

Files at this revision

API Documentation at this revision

Comitter:
Lerche
Date:
Wed Aug 25 12:26:47 2010 +0000
Parent:
0:37337b5a13c0
Child:
2:4919eff81a08
Commit message:

Changed in this revision

main.cpp Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Aug 25 11:54:34 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#include "mbed.h"
-#include "PCF8575.h"
-
-PCF8575 PCF(p9, p10, 0x40);
-int kvar;
-
-
-int main() {
-        PCF.write(0xFFFF);
-        kvar = PCF.read();
-}
\ No newline at end of file