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.
Dependents: Ranger EL15PJT_Ranger
Fork of N5110 by
Revision 20:a04246b4de38, committed 2016-05-04
- Comitter:
- el15pjt
- Date:
- Wed May 04 14:04:26 2016 +0000
- Parent:
- 19:ba8addc061ea
- Commit message:
- check bright
Changed in this revision
| N5110.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/N5110.cpp Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp Wed May 04 14:04:26 2016 +0000
@@ -65,7 +65,7 @@
void N5110::turnOn()
{
// set brightness of LED - 0.0 to 1.0 - default is 50%
- setBrightness(0.5);
+ setBrightness(0.5);
pwr->write(1); // apply power
}
