C++#

As with most embedded environments, you can write C++ code to target the device.

Pros#

  • Low level access.

  • If the code is well written, it will perform extremely well.

Cons#

  • C++ can result in complex to maintain applications.

Further Reading#

This site was last updated on Nov 19, 2024.