Skip to content

Commit

Permalink
Added license
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Nebel committed Feb 21, 2017
1 parent 4d6fe1c commit 90a6aae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ SlowSoftWire

A wrapper for SlowSoftI2CMaster emulating the functionality of the Wire library (for master clients). In order to use it, you also have to download SlowSoftI2CMaster.

This has been derived from the Arduino Wire library and is published
under the same license: the [LGPL](http:https://www.gnu.org/licenses/lgpl-3.0.html).
8 changes: 8 additions & 0 deletions SlowSoftWire.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
SlowSoftWire.cpp - A Wire-like wrapper for SlowSoftI2CMaster.
It is derived from the Arduino Wire library and for this reason is
published 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.
*/

#include <SlowSoftWire.h>

Expand Down

0 comments on commit 90a6aae

Please sign in to comment.