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.
Dependencies: mbed mbed-STM32F103C8T6
Diff: globals.cpp
- Revision:
- 3:05bb8f0bd7a4
- Parent:
- 0:908be729d27c
- Child:
- 6:41a4ad385daa
--- a/globals.cpp Mon Jul 12 10:03:53 2010 +0000 +++ b/globals.cpp Wed Apr 25 09:30:02 2012 +0000 @@ -1,6 +1,6 @@ #include "globals.h" -Serial pc (USBTX,USBRX); + DigitalOut led1 (LED1); DigitalOut led2 (LED2);