Matthias Praja
/
RGB-15
RGB
Fork of RGB-15 by
Revision 11:664f39cee220, committed 2016-01-08
- Comitter:
- Matthias_Praja
- Date:
- Fri Jan 08 15:57:24 2016 +0000
- Parent:
- 10:ef475b0762ae
- Commit message:
- RGB
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ef475b0762ae -r 664f39cee220 main.cpp --- a/main.cpp Tue Jul 07 21:30:29 2015 +0000 +++ b/main.cpp Fri Jan 08 15:57:24 2016 +0000 @@ -49,7 +49,7 @@ i2c.start(); i2c.write(0x40); i2c.write(0x02); - i2c.write(~0x00); + i2c.write(~0x80); i2c.stop(); while(1){