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.83k stars 1.38k forks source link

Arduino.org Uno WiFi example doesn't need SPI.h #406

Closed JAndrassy closed 6 years ago

JAndrassy commented 6 years ago

the example for Uno WiFi has unnecessary SPI include. with WiFiLink 1.0.x the necessary includes of Wire for Uno WiFi or SPI for Primo are inside WiFiLink library. and WiFi Link version 1.1.x takes Stream implementation for serial communication with the firmware in esp8266. With Uno WiFi the Uno WiFi Serial1 library is used.

one more small thing. in BlynkSimpleWiFiLink.h the copyright date jan 2017 can't be right. WiFi Link was available from Mar 2017. jan 2018 was meant?

and thank you for Blynk. it is great. simple to use and powerful

vshymanskyy commented 6 years ago

Thanks for your comments. Does anything that you describe cause any troubles for you?

JAndrassy commented 6 years ago

not for me, but the SPI include could be confusing for some newbie