Cpu Talk / Mbed 2 deprecated HelloWorld Featured

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

You are viewing an older revision! See the latest version

Homepage

If this is your first ever code on mbed, you should rather go to this code /teams/mbed/code/mbed_blinky/

Here is why: This helloworld source code (which by the way is identical to mbed_blinky) is associated with an older version of the mbed library. Consequently, if you have hardware not yet in the associated mbed library, your program may not compile.

Note: The current library version (revision 138) of this code is: /users/mbed_official/code/mbed/rev/093f2bd7b9eb. Revision 138 was released on 3/19/2017.

You can see this for yourself by inspecting the contents of the mbed.bld file, which points to the associated mbed library. /users/cputalk/code/HelloWorld/file/1e30337600e4/mbed.bld

/teams/mbed/code/mbed_blinky/ is the exact same code (except for less comments) but mbed_blinky seems to be managed to always associate with the latest available mbed library version.

If you are the sentimental type who insists on first compiling "helloworld" and your compile fails, simply use the "update library" feature in the online compiler to update to the latest mbed library version.

I will also attempt to update this fork every now and then. (Latest update 3/23/2017)

If this was helpful to you in any way, please notify me by posting a comment below, because so far I could not convince anyone that this is even an issue.

In a perfect world, I would let Simon Ford (where this code was forked from) update his version of mbed.bld every time the mbed library updates!


All wikipages