Written for Arduino IDE and PlatformIO. . ├── ... ├── examples # Project src folder │ ├── ChangeName.cpp # Main file with loop() and setup() function, rename and copy it into your src folder │ ├── ...