Skip to content

Commit

Permalink
Merge pull request #5 from mcci-catena/issue4
Browse files Browse the repository at this point in the history
update library properties to get the library in Arduino's library manager
  • Loading branch information
dhineshkumarmcci authored Jun 18, 2023
2 parents f0ec815 + 09f0e0c commit f4317c3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ The changes:
- Added `SoftwareSerial::drainRead()` to do what flush() used to do, in case you are not happy with the recommended `while (mySerial.read() >= 0) /* spin */;` work-around.

- Added fix for [issue 234](https://github.com/arduino/ArduinoCore-samd/issues/234).

### v3.0.0

The changes are:

- Fixed issue - ```call of overloaded 'begin(int)' is ambiguous```.

- Modify file names to get library added in Library Manager.
2 changes: 1 addition & 1 deletion SoftwareSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SoftwareSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions library.properties
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
Expand Down

0 comments on commit f4317c3

Please sign in to comment.