-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Bug in SoftwareSerial when using inverse logic #1362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looking at the code in the ide-1.5.x branch, this pullrequest still seems relevant. The commit looks correct to me. Only comment I have is that the commit message is terse and doesn't really describe what the problem was or how the fix works. Perhaps that can be fixed (combined with a rebase to drop all the merge commits)? |
Hello, a better explanation of the bug can be found here http://forum.arduino.cc/index.php?topic=159726 I have noticed I have added many new merge commits to the pull request, this due to my little knowledge of how pull request works... But I will look into the rebase thing to see if I find out how... |
When you merge (or |
I think I have done some major fail when merging, can I delete this pull request and make a new one? |
You can, but if you just clean up thinks locally and use |
This alters the debounce example code to toggle the LED rather than just use the button state to set the LED state. Fixes #293
… needed for Windows installer
…tControl example Fixes #1063
…nt with the comment in the header and the tutorial. Fixes #1396
… of private. This allows better optimization on classes that extends Stream without losing timeout capabilities.
This reverts commit 1866050.
… and hidden files
Conflicts: app/src/processing/app/helpers/FileUtils.java app/test/processing/app/tools/ZipDeflaterTest.java
Changed SS pin to 4 for consistency with other examples
This reverts commit 7fcba37.
…sketches After merging #1859, old sketches that uses Robot_Control library must include Wire.h and SPI.h to work properly.
Decapitalised secondary headings and linked the *Credits* section
Added Mouse.press to Esplora Joystick Mouse example
also make ToDo a link
The comments explaining the if..else part were mistaken.
Updated to reflect changes with how the IDE creates new blank sketches.
removed the variable “led” and added some additional descriptive text
I think I totaly wrecked my respository, so can you delete this, and look at this pull request instead? |
Fix for reported bug #1361