This is a very simple guide, reviewing the steps required to get Blinky working on an Mbed OS platform.

Mbed OS Blinky

This example shows the use of a DigitalOut object to represent an LED and use of the nonblocking Thread::wait() call. Using nonblocking calls is good practice because Mbed OS can schedule and run other threads while the first thread is waiting.

Building this example

Building with Arm Mbed CLI

To use Mbed CLI to build this example, follow the instructions in the documentation. The instructions here relate to using the Arm Online Compiler.

To use the Online Compiler, import this code into the Online Compiler, and select your platform from the top right. Compile the code using the compile button, load it onto your board and press the reset button on the board. The code will run on the board, and you will see the LED blink.

You can find more instructions for using the Mbed Online Compiler in the documentation.

Revisions of mbed-os.lib

Revision Date Message Actions
52:22f262b40130 2017-11-22 Merge pull request #95 from adbridge/master File  Diff  Annotate
51:b05978d9cf8e 2017-11-20 Merge pull request #94 from adbridge/master File  Diff  Annotate
50:84f446a84793 2017-11-08 Merge pull request #93 from adbridge/master File  Diff  Annotate
49:7f15ac2a78f5 2017-10-24 Merge pull request #91 from 0xc0170/master File  Diff  Annotate
48:c0e9192885c6 2017-10-09 Merge pull request #90 from adbridge/master File  Diff  Annotate
47:54bd97f836f3 2017-10-02 Merge pull request #89 from adbridge/master File  Diff  Annotate
46:9e5c120a82a8 2017-09-29 Merge pull request #88 from 0xc0170/master File  Diff  Annotate
45:d007f1c934db 2017-09-15 Merge pull request #82 from adbridge/master File  Diff  Annotate
44:b2244fb266b2 2017-08-30 Merge pull request #79 from adbridge/master File  Diff  Annotate
43:f8fc29d58d3c 2017-08-14 Merge pull request #77 from adbridge/master File  Diff  Annotate
42:f39d7abfada9 2017-08-03 Merge pull request #76 from 0xc0170/master File  Diff  Annotate
41:3f37e8ac5378 2017-07-18 Merge pull request #75 from 0xc0170/master File  Diff  Annotate
40:d4500ea4f3aa 2017-07-06 Merge pull request #68 from adbridge/master File  Diff  Annotate
39:bcfaadc319d3 2017-06-22 Merge pull request #67 from adbridge/master File  Diff  Annotate
38:b33ed55e5bbb 2017-06-20 Merge pull request #66 from adbridge/master File  Diff  Annotate
37:8f3f0b8835f8 2017-06-08 Merge pull request #61 from adbridge/master File  Diff  Annotate
36:a71a29786c47 2017-05-25 Merge pull request #60 from adbridge/master File  Diff  Annotate
35:bb184e64b703 2017-05-10 Merge pull request #59 from adbridge/master File  Diff  Annotate
34:7e1d08fa7968 2017-04-27 Merge pull request #58 from 0xc0170/master File  Diff  Annotate
33:1f9c4999fab2 2017-04-10 Merge pull request #57 from adbridge/master File  Diff  Annotate
32:19ac154228ba 2017-03-29 Merge pull request #55 from 0xc0170/master File  Diff  Annotate
31:d960851a7d2c 2017-03-14 Merge pull request #53 from adbridge/master File  Diff  Annotate
30:f5b42453b3f9 2017-03-09 Merge pull request #51 from ARMmbed/oob_test_mbed-os-5.4 File  Diff  Annotate
28:239239e33d92 2017-02-28 Merge pull request #43 from adbridge/master File  Diff  Annotate
26:0b45eb26bd42 2017-02-15 Merge pull request #42 from 0xc0170/master File  Diff  Annotate
25:43e058c2bf8a 2017-02-02 Merge pull request #40 from adbridge/master File  Diff  Annotate
23:f732f7a1db63 2017-01-17 Merge pull request #39 from adbridge/master File  Diff  Annotate
21:4e300741229d 2017-01-05 Merge pull request #37 from adbridge/master File  Diff  Annotate
20:3d13ed027d89 2016-12-22 Merge pull request #36 from adbridge/master File  Diff  Annotate
19:c3f08ad7c776 2016-12-16 Update mbed-os to mbed-os-5.3.0 File  Diff  Annotate
18:50b62d440e88 2016-12-09 Merge pull request #35 from adbridge/master File  Diff  Annotate
17:70f39bf6d39a 2016-11-14 Merge pull request #34 from adbridge/master File  Diff  Annotate
16:71f51c703eee 2016-10-28 Updating mbed-os to mbed-os-5.2.1 File  Diff  Annotate
15:26d1c87c3fc0 2016-10-24 Updating mbed-os to mbed-os-5.2.0 File  Diff  Annotate
13:191efdabc48f 2016-10-05 Updating mbed-os to mbed-os-5.1.5 File  Diff  Annotate
12:f4cb0404a9a2 2016-09-16 Updating mbed-os to mbed-os-5.1.4 File  Diff  Annotate
11:0fa38cb22ea9 2016-09-02 Updating mbed-os to mbed-os-5.1.3 File  Diff  Annotate
10:c4bec1c9b715 2016-08-20 Updating mbed-os to mbed-os-5.1.2 File  Diff  Annotate
9:dd27ad588fe2 2016-08-19 Updating mbed-os to mbed-os-5.1.1 File  Diff  Annotate
7:313938df05aa 2016-08-05 Updating mbed-os to mbed-os-5.1.0 File  Diff  Annotate
6:8a6a7901ca31 2016-08-05 Updating mbed-os to mbed-os-5.1.0 File  Diff  Annotate
5:705c130de54c 2016-08-03 Updating mbed-os to mbed-os-5.1.0-rc5 File  Diff  Annotate
4:91b341d955d5 2016-07-30 Updating mbed-os to mbed-os-5.1.0-rc4 File  Diff  Annotate
1:846c97078558 2016-07-28 Update example to https://github.com/ARMmbed/mbed-os-example-blinky at tag mbed-os-5.1.0-rc3 File  Diff  Annotate
0:2757d7abb7d9 2016-07-28 Update example to https://github.com/ARMmbed/mbed-os-example-blinky at tag mbed-os-5.1.0-rc1 File  Diff  Annotate