![](/media/cache/profiles/23d3743ad75e4470e7ff7129351a9541.jpg.50x50_q85.jpg)
Functional test program for the Proto Shield PCB Project
Revision 1:dafbcc661e0f, committed 2015-12-12
- Comitter:
- TheFella
- Date:
- Sat Dec 12 15:25:37 2015 +0000
- Parent:
- 0:241b0b9f3b07
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 241b0b9f3b07 -r dafbcc661e0f main.cpp --- a/main.cpp Thu Feb 19 18:50:09 2015 +0000 +++ b/main.cpp Sat Dec 12 15:25:37 2015 +0000 @@ -8,6 +8,7 @@ //DigitalOut gpo(D0); //DigitalOut led(LED1); + PwmOut g(LED_GREEN); PwmOut b(LED_BLUE);