7 years, 1 month ago.

Using Arduino on mbed

I'm trying to use the TinyGPSplus library on the Arduino board to get the GPS co-ordinates. I'm not able to add Arduino as a platform on my compiler. Can we use Arduino as a platform in the ARM mbed compiler? Thank You.

1 Answer

7 years, 1 month ago.

No. Arduino is not ARM mbed, most of them aren't ARM CPUs but ATMega processor cores.

Accepted Answer