Orignal AVR Tiny USI Based I2C slave Charlieplexing 7SEG LED Driver.
Revision 1:1ae1e21ba67f, committed 2013-12-11
- Comitter:
- bant62
- Date:
- Wed Dec 11 13:43:58 2013 +0000
- Parent:
- 0:1c9f9768e990
- Child:
- 2:e7362bcb9e1f
- Commit message:
- ?????????
Changed in this revision
My7SEG.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/My7SEG.cpp Wed Dec 11 13:19:46 2013 +0000 +++ b/My7SEG.cpp Wed Dec 11 13:43:58 2013 +0000 @@ -124,7 +124,7 @@ { char buff[4]; - if( pos < 0 && 7 < pos ) + if( pos < 0 && 7 < pos ) { return _i2cFAILURE; }