Is there a way to compile and upload an C program generated from a C# program into an arduino board.
Basically i've builded a little C# application which generate an C code depending somes parameters selected into the window. For now you have to copy and paste the code inside your ardunio interface to compile, and upload the program.
I want to automate this task and send directly the C code générated inside the arduino board without use a arduino program or anything else. only my window interface. Is it possible ?