6 years, 11 months ago.

developing applcations using ANSI C only

As elder programmer I prefer a plain, even not best, programming method. Thanks

1 Answer

6 years, 11 months ago.

The mbed libraries are c++, there is no easy way to get around that. But there is nothing to stop all of your user code being standard ANSI C.

You could even avoid using any of the mbed API and so completely avoid c++ however this would then require you to write device drivers for any peripherals you wish to use. The mbed library does #define all the register names for each processor so that does make direct access to the hardware a little easier.

Accepted Answer