Does the Web IDE support C or C++?
@Greg123, like Arduino, development is done in C++. You can, however, include C code using the extern "C"
construct (as per this description).
@Greg123, like Arduino, development is done in C++. You can, however, include C code using the extern "C"
construct (as per this description).