cparrapa / iotaap

Connectivity platform for rapid development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoTaaP - Internet of Things as a Platform

Connectivity platform for rapid development

Build Status

Usage

Define used special features before IoTaaP.h and include it in your project. All available special features are listed in SpecialFeatures.h file.

Usage example

//#define ENABLE_KAI
#define ENABLE_DEBOUNCE
//#define ENABLE_BTSERIAL
#define ENABLE_JSON

#include "IoTaaP.h"

IoTaaP iotaap;

Hardware

Use official IoTaaP Hardware modules

Instructions

Follow official instructions for even faster IoT development process!

Documentation

Official documentation

Community

Join IoTaaP community today!

Authors

License

Distributed under the MIT License. See LICENSE for more information.

Contributing

See CONTRIBUTING for more information.

About

Connectivity platform for rapid development

License:MIT License


Languages

Language:C 52.2%Language:C++ 47.8%