Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:00ae261aa180, committed 2014-05-29
- 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 |
diff -r c94105b8d9b5 -r 00ae261aa180 main.cpp
--- 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;