Skip to content

Commit

Permalink
add comment headers to WiFi stream classes
Browse files Browse the repository at this point in the history
  • Loading branch information
soundanalogous committed Jan 24, 2016
1 parent 8a0e61e commit ebba4fc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/utility/WiFi101Stream.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
WiFi101Stream.h
An Arduino Stream that wraps an instance of a WiFi101 server. For use
with Arduino WiFi 101 shield, Arduino MKR1000 and other boards and
shields that are compatible with the Arduino WiFi101 library.
Copyright (C) 2015-2016 Jesse Frush. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
See file LICENSE.txt for further informations on licensing terms.
*/

#ifndef WIFI101_STREAM_H
#define WIFI101_STREAM_H

Expand Down
16 changes: 16 additions & 0 deletions src/utility/WiFiStream.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
WiFiStream.h
An Arduino Stream that wraps an instance of a WiFi server. For use
with legacy Arduino WiFi shield and other boards and sheilds that
are compatible with the Arduino WiFi library.
Copyright (C) 2015-2016 Jesse Frush. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
See file LICENSE.txt for further informations on licensing terms.
*/

#ifndef WIFI_STREAM_H
#define WIFI_STREAM_H

Expand Down

0 comments on commit ebba4fc

Please sign in to comment.