I want to run my C code in Arduino. But i don't want convert C to Arduino. What can i do ?
Thread Starter ValarVictorius Joined Nov 17, 2015 19 Feb 26, 2016 #1 I want to run my C code in Arduino. But i don't want convert C to Arduino. What can i do ?
A alfacliff Joined Dec 13, 2013 2,458 Feb 26, 2016 #2 nothing, the arduino actually runs on machine code, the c has to be compiled.
Papabravo Joined Feb 24, 2006 20,378 Feb 26, 2016 #3 You get a c compiler for the ATMega328 and you ditch the Arduino environment with a bit of bare metal programming.
You get a c compiler for the ATMega328 and you ditch the Arduino environment with a bit of bare metal programming.
ScottWang Joined Aug 23, 2012 7,378 Feb 26, 2016 #4 Please don't do double posts, this thread will be closed. Please refer to -- How can i run C code in Arduino ?
Please don't do double posts, this thread will be closed. Please refer to -- How can i run C code in Arduino ?