## Start sketch ```cpp /** * Sketch description * * Author: Alexander Popov * License: Unlicense */ void setup() { // ... } void loop() { // .. } ```