blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Add new device : WizFi250 #458

Closed ekkai closed 3 years ago

ekkai commented 5 years ago

hi @vshymanskyy

Description

Implemented the support file, required to make works Blynk with WizFi250:

Implemented the the header file BlynkSimpleWizFi250.h; Implemented the the header file src\Adapters\BlynkWizFi250.h; Implemented the example examples\Boards_WiFi\WizFi250\WizFi250.ino

WizFi250 is a lower version module of the WizFi310.

BylnkWizFi250 is almost the same as the WizFi310. WizFi250 library is available download from the library manager :)

reference : https://www.wiznet.io/product-item/wizfi250/

There was nothing wrong with the test. thanks!