![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
LED brightness control by interrupt
Revision 5:e4cb10c9baea, committed 2014-05-20
- Comitter:
- Naoto_111
- Date:
- Tue May 20 13:00:32 2014 +0000
- Parent:
- 4:2b12ce3ec6b0
- Commit message:
- correct line 19
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2b12ce3ec6b0 -r e4cb10c9baea main.cpp --- a/main.cpp Tue May 20 11:31:32 2014 +0000 +++ b/main.cpp Tue May 20 13:00:32 2014 +0000 @@ -16,7 +16,7 @@ led_y=a; pc.printf("led_y=%f\r\n",a); } else { - pc.printf("a-z,A-Z,0-9 common!",a); + pc.printf("a-z,A-Z,0-9 common!"); } }