Skip to content

made it work correctly with inverse logic#5

Open
ununnilio wants to merge 1 commit intoaddibble:masterfrom
ununnilio:patch-1
Open

made it work correctly with inverse logic#5
ununnilio wants to merge 1 commit intoaddibble:masterfrom
ununnilio:patch-1

Conversation

@ununnilio
Copy link

i used
d ^= 511; // toggle using binary mask 111111111

instead of

d = ~d;

used in the original library SoftwareSerial

This is my first experience on github, so I actually don't know if I am acting in the correct way.
Sorry if I made any mistake ;)

d ^= 511;	// toggle using binary mask 111111111

instead of 

d = ~d;

used in the original library SoftwareSerial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant