-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SoftwareSerial
updated
9 files
+74 −0 | examples/circular_queue_mp_test/mp_queue_test.cpp | |
+22 −22 | examples/onewiretest/onewiretest.ino | |
+1 −1 | library.json | |
+1 −1 | library.properties | |
+6 −6 | src/SoftwareSerial.cpp | |
+6 −4 | src/SoftwareSerial.h | |
+26 −19 | src/circular_queue/Delegate.h | |
+13 −22 | src/circular_queue/circular_queue.h | |
+217 −107 | src/circular_queue/circular_queue_mp.h |