Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc. http://www.blynk.cc/

Dependents:   Blynk_RBL_BLE_Nano Blynk_MicroBit Blynk_Serial Blynk_RBL_BLE_Nano

BlynkWidgets.h

Committer:
Volodymyr Shymanskyy
Date:
2017-01-05
Revision:
9:7369ec77a3ea
Parent:
7:8879692d4e6c

File content as of revision 9:7369ec77a3ea:

/**
 * @file       BlynkWidgets.h
 * @author     Volodymyr Shymanskyy
 * @license    This project is released under the MIT License (MIT)
 * @copyright  Copyright (c) 2015 Volodymyr Shymanskyy
 * @date       Mar 2015
 * @brief
 */

#include <WidgetLED.h>
#include <WidgetLCD.h>
#include <WidgetTerminal.h>
#include <WidgetBridge.h>
#include <WidgetTimeInput.h>
#include <WidgetTable.h>
#include <WidgetGPS.h>
#include <WidgetMap.h>

// Cannot auto-include as these have library dependencies
//#include <WidgetRTC.h>
//#include <WidgetSD.h>