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: BufferedSerial PinDetect mbed
Fork of DTK-MEGAPACA_NUCLEO by
Revision 1:f05b1d8380cb, committed 2016-08-02
- Comitter:
- hudakz
- Date:
- Tue Aug 02 20:07:16 2016 +0000
- Parent:
- 0:d81be2ce0c05
- Child:
- 2:01df16953268
- Commit message:
- Updated
Changed in this revision
--- a/main.cpp Sun Jul 17 08:46:45 2016 +0000
+++ b/main.cpp Tue Aug 02 20:07:16 2016 +0000
@@ -5,7 +5,7 @@
DigitalOut myled(LED1);
int main() {
- confSysClock(); // Configure system clock (72MHz HSE clock, 36MHz APB1 peripheral clock)
+ confSysClock(); //Configure system clock (72MHz HSE clock, 48MHz USB clock)
while(1) {
myled = 1; // turn the LED on
wait(0.2); // 200 ms
--- a/mbed-MapleMini.lib Sun Jul 17 08:46:45 2016 +0000 +++ b/mbed-MapleMini.lib Tue Aug 02 20:07:16 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/hudakz/code/mbed-MapleMini/#0ced269d2669 +https://developer.mbed.org/users/hudakz/code/mbed-MapleMini/#7b9d53d8e473
--- a/mbed.bld Sun Jul 17 08:46:45 2016 +0000 +++ b/mbed.bld Tue Aug 02 20:07:16 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/f9eeca106725 \ No newline at end of file
