Mjerenje napona - 03.11

Dependencies:   TextLCD mbed

Fork of VT3_Fili_Pervan by Applied engineering Team

Revision:
7:90c8a704c9f0
Parent:
6:4c46c5ba3aa3
Child:
8:849a81143e0c
--- 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