Counts 00-99 on Multiplexed Seven Segment Diaplay

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Eduvance
Date:
Thu May 29 07:05:27 2014 +0000
Parent:
1:c94105b8d9b5
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue May 27 07:14:38 2014 +0000
+++ b/main.cpp	Thu May 29 07:05:27 2014 +0000
@@ -8,10 +8,10 @@
 
 void setvdd1()
 {vdd1 = 1;
-vdd2 =0;}
+vdd2 =1;}
 
 void setvdd2()
-{vdd1 = 0;
+{vdd1 = 1;
 vdd2 = 1;}
 
 int i = 0;