Mjerenje napona - 03.11
Dependencies: mbed
Fork of VT1_Pervan by
Revision 7:90c8a704c9f0, committed 2016-11-17
- Comitter:
- fpervan
- Date:
- Thu Nov 17 19:37:35 2016 +0000
- Parent:
- 6:4c46c5ba3aa3
- Commit message:
- sdf
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Nov 17 19:34:57 2016 +0000 +++ b/main.cpp Thu Nov 17 19:37:35 2016 +0000 @@ -48,5 +48,5 @@ case 8 : SegByte = 0x7F;break; // 01111111 binary case 9 : SegByte = 0x6F;break; // 01101111 binary } -return SegByte; +return SegByte; } \ No newline at end of file