Using Aurdino code on Rasberry Pi just as powerful as using Rasberry Pi programming?
Raj2032 opened this issue · 2 comments
Raj2032 commented
Is using Aurdino code on Rasberry Pi just as powerful as using Rasberry Pi programming?
seeme-o commented
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 commented
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.