Closed hwestbrook closed 9 years ago
Whoops... typo by me. I believe the problem will be fixed if you find this line:
#ifndef EI_NOTPORTC
ISR(PORTD_VECT) {
and replace it so:
#ifndef EI_NOTPORTD
ISR(PORTD_VECT) {
I am working on the "report pin" functionality and I will roll in this fix with the next release.
Version 0.8.0 is out now and it includes this fix. Let me know if it's still broken. I'll leave this issue open for a week or two...
Closed due to inactivity. Presumed fixed.
my setup:
errors:
It compiles just fine if port c is disabled too