C#

As with any embedded environment, 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#

  • Not much device specific library support.

Further Reading#