File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ WiFi101Stream.h
3+ An Arduino Stream that wraps an instance of a WiFi101 server. For use
4+ with Arduino WiFi 101 shield, Arduino MKR1000 and other boards and
5+ shields that are compatible with the Arduino WiFi101 library.
6+
7+ Copyright (C) 2015-2016 Jesse Frush. All rights reserved.
8+
9+ This library is free software; you can redistribute it and/or
10+ modify it under the terms of the GNU Lesser General Public
11+ License as published by the Free Software Foundation; either
12+ version 2.1 of the License, or (at your option) any later version.
13+
14+ See file LICENSE.txt for further informations on licensing terms.
15+ */
16+
117#ifndef WIFI101_STREAM_H
218#define WIFI101_STREAM_H
319
Original file line number Diff line number Diff line change 1+ /*
2+ WiFiStream.h
3+ An Arduino Stream that wraps an instance of a WiFi server. For use
4+ with legacy Arduino WiFi shield and other boards and sheilds that
5+ are compatible with the Arduino WiFi library.
6+
7+ Copyright (C) 2015-2016 Jesse Frush. All rights reserved.
8+
9+ This library is free software; you can redistribute it and/or
10+ modify it under the terms of the GNU Lesser General Public
11+ License as published by the Free Software Foundation; either
12+ version 2.1 of the License, or (at your option) any later version.
13+
14+ See file LICENSE.txt for further informations on licensing terms.
15+ */
16+
117#ifndef WIFI_STREAM_H
218#define WIFI_STREAM_H
319
You can’t perform that action at this time.
0 commit comments