blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Declare header files for PlatformIO #557

Open ivankravets opened 2 years ago

ivankravets commented 2 years ago

Hi,

Please accept this PR that adds header files according to https://docs.platformio.org/en/latest/librarymanager/config.html#headers

Developers will see them soon in the new version of PlatformIO Package Registry.

Thanks in advance!

vshymanskyy commented 2 years ago

Blynk.h is not meant to me directly included

ivankravets commented 2 years ago

Do you have a list of public headers that can be optionally included in a project? If the headers field is not specified, we will pick the first 25 headers from the source code. We use them to show a quick start guide and for searching missed includes. Screen Shot 2021-11-20 at 17 38 37