Files
SyncHome/trunk/Arduino/libraries/Firmata/utility/WiFiStream.cpp

5 lines
187 B
C++
Raw Normal View History

2023-03-17 11:59:21 +00:00
/*
* Implementation is in WiFiStream.h to avoid linker issues. Legacy WiFi and modern WiFi101 both define WiFiClass which
* will cause linker errors whenever Firmata.h is included.
*/