8 years, 7 months ago.

what are the programming languages supported by mbed

what are the programming languages supported by mbed

2 Answers

8 years, 7 months ago.

C and C++. The main mbed lib is C++.

Edit: And assembly I guess if you are really bored.

offline, there was some sandbox coding with rust on top of mbed HAL: https://github.com/0xc0170/mbed-rust-frdm-k64f-blinky :-))) and there is python as show below , for example. And not certain if I did not see javascript somewhere?

posted by Martin Kojtal 11 Sep 2015

Lets just not do the python/javascript however ;). There is indeed a javascript interpreter for Nucleo F401 (not for mbed). I believe it has for blinking an LED roughly a factor 1000 overhead. Serious don't use interpreted languages on an MCU.

posted by Erik - 11 Sep 2015
8 years, 7 months ago.

There are some Python options available too eg https://developer.mbed.org/users/va009039/code/pymite/