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: STM32F103variants mbed-dev
Revision 2:eeddeeb9b8fb, committed 2017-03-20
- Comitter:
- vargham
- Date:
- Mon Mar 20 13:22:59 2017 +0000
- Parent:
- 1:56dc19b2d617
- Commit message:
- Lib update.
Changed in this revision
--- a/STM32F103variants.lib Tue Mar 14 18:57:32 2017 +0000 +++ b/STM32F103variants.lib Mon Mar 20 13:22:59 2017 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/vargham/code/STM32F103variants/#6badfd5a7ced +https://developer.mbed.org/users/vargham/code/STM32F103variants/#6568c3b20d29
--- a/mbed-dev.lib Tue Mar 14 18:57:32 2017 +0000 +++ b/mbed-dev.lib Mon Mar 20 13:22:59 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-dev/#612c381a210f +http://mbed.org/users/mbed_official/code/mbed-dev/#d5399cc887bb
--- a/stm32f103variants_main.cpp Tue Mar 14 18:57:32 2017 +0000 +++ b/stm32f103variants_main.cpp Mon Mar 20 13:22:59 2017 +0000 @@ -1,7 +1,9 @@ +#define USE_BOARD USE_MAPLE_MINI + #include "stm32f103variants.h" #include "mbed.h" -DigitalOut led1(PC_13); +DigitalOut led1(LED1); Serial serialPc(PA_9, PA_10); //Tx, Rx int main()