Skip to content

dycodex/MakestroCloudClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakestroCloudClient

Client for Makestro Cloud that is compatible with ESP8266 based boards, especially ESPectro Core and built on top of Arduino Framework.

IDE Compatibility

This library is compatible with the following IDEs:

  • Arduino IDE
  • PlatformIO

Installation

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

Usage

See the examples directory.