1.

Can I Use A Different Ide To Program The Arduino Board?

Answer»

It is POSSIBLE to compile PROGRAMS for the ARDUINO using other build tools (e.g. Makefiles and/or AVR Studio). You'll need to configure these to LINK against the appropriate files in the Arduino core libraries.

It is possible to compile programs for the Arduino using other build tools (e.g. Makefiles and/or AVR Studio). You'll need to configure these to link against the appropriate files in the Arduino core libraries.



Discussion

No Comment Found