Aleksandar Cvetkovic 2020/0553

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
ac301
Date:
Sat Nov 06 09:28:22 2021 +0000
Parent:
3:e5fc4f8bf8d9
Commit message:
Aleksandar Cvetkovic 2020/0553;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e5fc4f8bf8d9 -r 0eb0916350b5 main.cpp
--- a/main.cpp	Sat Nov 06 09:26:36 2021 +0000
+++ b/main.cpp	Sat Nov 06 09:28:22 2021 +0000
@@ -82,7 +82,7 @@
                case 14: display.write(digits[13]); wait_ms(WAIT_MS); break;
                case 15: display.write(digits[14]); wait_ms(WAIT_MS); break;
                case 16: display.write(digits[15]); wait_ms(WAIT_MS); break;
-               default: display.write(digits[16]); wait_ms(WAIT_MS); i=0; // gasenje - TURN OFF
+               default: display.write(digits[16]); wait_ms(WAIT_MS); i=0; 
                 
            }
            SEL1.write(1);