Blynk example
Dependents: Blynk_Example_WIZwiki-W7500
Fork of Blynk by
BlynkWidgets.h
- Committer:
- jcm931213
- Date:
- 2017-08-14
- Revision:
- 17:ba922c4e9aee
- Parent:
- 9:7369ec77a3ea
File content as of revision 17:ba922c4e9aee:
/**
* @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>
IOP
