C++ What is and isn't implemented in the Arduino IDE

The Language Reference on the Arduino website seems very abbreviated.

Arduino doesn't have its own language actually, that's just a set of utility functions (I'd call them the Arduino API) which make it easy to interface with the Arduino hardware.

It wouldn't have made sense to write a "language reference" page where Arduino specific stuff would've been lost in yet-another-c++-reference.

:slight_smile: