RasPiArduino icon indicating copy to clipboard operation
RasPiArduino copied to clipboard

Using Aurdino code on Rasberry Pi just as powerful as using Rasberry Pi programming?

Open Raj2032 opened this issue 6 years ago • 2 comments
trafficstars

Is using Aurdino code on Rasberry Pi just as powerful as using Rasberry Pi programming?

Raj2032 avatar Feb 10 '19 10:02 Raj2032

I'm surprised nobody has answered this, but yes. It is being compiled as regular c++ and ran as a regular RPI binary.

seeme-o avatar Jun 18 '19 00:06 seeme-o

Just to drive this home, standard Arduino code is a C++ subset which is cross-compiled into AVR machine instructions to execute on the MCU as a limited set of tasks without the help (or interruptions) of an OS. When compiled for the RPI it is compiled as normal C++ and runs as a normal process under Linux.

seeme-o avatar Jun 25 '19 21:06 seeme-o