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 code on mbed, you should rather go to this code /teams/mbed/code/mbed_blinky/

Here is why: This helloword source code (which by the way is identical to mbed_blinky) is associated with a very old (2012) version of the mbed library. Consequently, if you have a newer hardware platform, your program may not compile. The association is established through the helloworld.bld file, which you cannot edit.

/teams/mbed/code/mbed_blinky/ is the exact same code, but it seems to be set up to always associate with the latest available mbed library.

If you are determined to use this code, and your compile fails, try to use the "update library" feature to import the latest mbed library code.

If this was helpful, let me know by posting a comment below, because so far I could not convince anyone that this is even an issue.


All wikipages