Closed manitou48 closed 9 years ago
For arm rst pin is declared unsigned, so " if (_rst <0) ... " stuff is broken. Probably need to use unsigned for avr too, and preset/test with 255
Could add additional conditionals for Arduino ZERO vs DUE
Thanks for catching the issue! Just fixed it by making the pin numbers signed ints and tested with an Arduino Zero.
For arm rst pin is declared unsigned, so " if (_rst <0) ... " stuff is broken. Probably need to use unsigned for avr too, and preset/test with 255
Could add additional conditionals for Arduino ZERO vs DUE