Skip to content

Commit 41701ee

Browse files
add comment headers to WiFi stream classes
1 parent 3612d02 commit 41701ee

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

utility/WiFi101Stream.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

utility/WiFiStream.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

0 commit comments

Comments
 (0)