-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from mcci-catena/issue4
update library properties to get the library in Arduino's library manager
- Loading branch information
Showing
4 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
SoftwareSerial.cpp - library for Arduino M0/M0 pro | ||
Copyright (c) 2016 Arduino Srl. All rights reserved. | ||
Written by Chiara Ruggeri ([email protected]) | ||
Portions copyright (c) 2018 MCCI Corporation. All rights reserved. | ||
Portions copyright (c) 2018, 2021 MCCI Corporation. All rights reserved. | ||
Written by Terry Moore ([email protected]) | ||
This library is free software; you can redistribute it and/or | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
SoftwareSerial.cpp - library for Arduino M0/M0 pro | ||
Copyright (c) 2016 Arduino Srl. All rights reserved. | ||
Written by Chiara Ruggeri ([email protected]) | ||
Portions copyright (c) 2018 MCCI Corporation. All rights reserved. | ||
Portions copyright (c) 2018, 2021 MCCI Corporation. All rights reserved. | ||
Written by Terry Moore ([email protected]) | ||
This library is free software; you can redistribute it and/or | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=SofwareSerial (MCCI version) | ||
version=2.0.0 | ||
name=MCCI SofwareSerial | ||
version=3.0.0 | ||
author=Chiara Ruggeri ([email protected]) | ||
maintainer=Terry Moore <[email protected]> | ||
sentence=Software UART for Arduino | ||
|