Client for Makestro Cloud that is compatible with ESP8266 based boards, especially ESPectro Core and built on top of Arduino Framework.
This library is compatible with the following IDEs:
- Arduino IDE
- PlatformIO
You can install this library using the following methods:
Direct Download from Github
Download from this link. Then, import from library menu if you're using Arduino IDE, or extract to lib
directory inside your platformio project root directory.
Library Manager
Just type MakestroCloudClient
in Arduino IDE Library Manager search form, or run this command below using terminal from your platformio project root directory.
pio lib install MakestroCloudClient
See the examples
directory.