Advanced search
6 search results
- Using Arduino: What is the Arduino language
Answer: There is no custom Arduino language, Arduino is the name of the project here: Arduino.cc. The compiler used by the IDE is called avr-gcc and it ... - Using Arduino: I can't upload a sketch with !!! in a string
Answer: Unfortunatly this is a string captured by a certain bootloader called STK500v2bootloader for the Mega versions of Arduino. The bootloader can be used on an ... - Programming Arduino: My class/reference won't work in the sketch
Answer: A very frequent error for Arduino users occurs when a sketch defines a class, struct or typedef and uses it as a parameter to a ... - Using Arduino: Is there another IDE for Arduino
Answer: There are a few different solutions you can use, there are plugins and modifications for mainstream IDE packages. And a few talented people have created ... - Sketches: Breaking a sketch into multiple files
Answer: During development of your sketch, you may find your source becoming quite lengthy and appearing cluttered; which can make it harder to maintain and possibly ... - Programming Arduino: Can C++11 be used with Arduino
Answer: As of July 2014, you can! The Arduino development team has recently upgraded their IDE and tool chain to GCC version 4.8.1. This capability has only ...