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.
Fork of LV5_Grupa5_Tim008_Zadatak3 by
Revision 1:317efd88bfff, committed 2014-04-03
- Comitter:
- tim008
- Date:
- Thu Apr 03 13:19:50 2014 +0000
- Parent:
- 0:7f6d1654083b
- Commit message:
- LV5-PAI-Grupa 5-Tim008-Zadatak3
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Apr 03 13:13:26 2014 +0000 +++ b/main.cpp Thu Apr 03 13:19:50 2014 +0000 @@ -20,7 +20,7 @@ led.period_us (50); while (1) { - var=1-(1-(svjetlost*3.3-0.5)/2.2); + var=1-(1-(svjetlost*3.3-0.5)/1.2); if (var > 1) var = 1; led = var;