![](/media/cache/profiles/f621b7296bbf623d87327b52f12307a9.jpg.50x50_q85.jpg)
Test LED, Button Interrupt, Sleepmode, Ticker
Since i get my Nucleo-F401RE i like to docu my tests
- interesting for me was, that only one LED (LED1 or PA_5) can be used for coding.
- a nice thing is, that the LEDs have a lovely brightness (compared to mbed-LPC1768)
- However the sleepmodes are working :)
deepsleep()
in deep sleep the system seems to do nothing and can be reactivated by an external interrupt (i haven't read the manual yet, so i only see this with the code)
this test is based on
Import programInterruptIn_HelloWorld
Hello World for InterruptIn
Import programTicker_HelloWorld
Hello World for Ticker
Import programNucleo_sleep
Enter in sleep or deepsleep modes.
[Repository '/teams/ST/code/Nucleo_blink_led/' not found]
Diff: mbed.bld
- Revision:
- 0:3d1898f330d9
diff -r 000000000000 -r 3d1898f330d9 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Feb 20 12:11:55 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/ed8466a608b4 \ No newline at end of file