Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Blynk_Example_WIZwiki-W7500
Fork of Blynk by
BlynkSimpleEthernet2.h
00001 /** 00002 * @file BlynkSimpleEthernet2.h 00003 * @author Volodymyr Shymanskyy 00004 * @license This project is released under the MIT License (MIT) 00005 * @copyright Copyright (c) 2015 Volodymyr Shymanskyy 00006 * @date Jan 2016 00007 * @brief 00008 * 00009 */ 00010 00011 #ifndef BlynkSimpleEthernet2_h 00012 #define BlynkSimpleEthernet2_h 00013 00014 #ifndef BLYNK_INFO_CONNECTION 00015 #define BLYNK_INFO_CONNECTION "W5500" 00016 #endif 00017 00018 #include <TCPSocketConnection.h> 00019 #include <Adapters/BlynkEthernet.h > 00020 00021 static TCPSocketConnection _blynkEthernetClient; 00022 static BlynkMbedClient _blynkTransport(_blynkEthernetClient); 00023 BlynkEthernet Blynk(_blynkTransport); 00024 00025 #include <BlynkWidgets.h > 00026 00027 #endif
Generated on Tue Jul 12 2022 17:30:45 by
1.7.2
