Mjerenje napona - 03.11

Dependencies:   mbed

Fork of VT1_Pervan by Applied engineering Team

Files at this revision

API Documentation at this revision

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
diff -r 4c46c5ba3aa3 -r 90c8a704c9f0 main.cpp
--- 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