Skip to content

Commit 132bad0

Browse files
agdlFederico Fissore
authored andcommitted
minor changes
1 parent 158348c commit 132bad0

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/EasyTransfer2.cpp

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/******************************************************************
2+
* EasyTransfer Arduino Library
3+
* details and example sketch:
4+
* http://www.billporter.info/easytransfer-arduino-library/
5+
*
6+
* Brought to you by:
7+
* Bill Porter
8+
* www.billporter.info
9+
*
10+
* See Readme for other info and version history
11+
*
12+
*
13+
*This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or(at your option) any later version.
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
<http://www.gnu.org/licenses/>
19+
*
20+
*This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
21+
*To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or
22+
*send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
23+
******************************************************************/
24+
125
#include "EasyTransfer2.h"
226

327

@@ -149,4 +173,4 @@ boolean EasyTransfer2::receiveData(){
149173
//Serial.print(" ");
150174
//Serial.println("Short");
151175
return false;
152-
}
176+
}

0 commit comments

Comments
 (0)