Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Condition never happens #61

Open
honnet opened this issue Nov 28, 2017 · 0 comments
Open

Condition never happens #61

honnet opened this issue Nov 28, 2017 · 0 comments

Comments

@honnet
Copy link

honnet commented Nov 28, 2017

if(inputPin<14 && inputPin>19) should be:
if(inputPin<14 || inputPin>19)

https://github.com/arduino-org/arduino-core-nrf52/blob/9cfaadcb15b0750070162c57107955481ee2f71f/libraries/PPI/PPI.cpp#L295

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant