You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is based off SoftwareSerial from @arduino-org's arduino-core-nrf52 release [1.0.1](https://github.com/arduino-org/arduino-core-nrf52/releases/tag/1.0.1)
4
+
5
+
#### Modifications
6
+
* merged SoftwareSerial.cpp into SoftwareSerial.h to allow ```_SS_MAX_RX_BUFF``` to be user-defined
7
+
* added ```_SS_TX_ONLY``` user define to allow this to be used as a transmit only library (no interrupts used)
8
+
9
+
### License
10
+
11
+
I do not claim copyright on the code, license taken from SoftwareSerial.h header.
12
+
13
+
```
14
+
SoftwareSerial.h - library for Arduino Primo
15
+
Copyright (c) 2016 Arduino. All rights reserved.
16
+
17
+
This library is free software; you can redistribute it and/or
18
+
modify it under the terms of the GNU Lesser General Public
19
+
License as published by the Free Software Foundation; either
20
+
version 2.1 of the License, or (at your option) any later version.
21
+
22
+
This library is distributed in the hope that it will be useful,
23
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
24
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25
+
Lesser General Public License for more details.
26
+
27
+
You should have received a copy of the GNU Lesser General Public
28
+
License along with this library; if not, write to the Free Software
29
+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
0 commit comments