fixed Pro Micro but with LED staying on

pull/75/head
alanbjohnston 5 years ago committed by GitHub
parent 0bcf580a88
commit abbe1bbdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -261,6 +261,6 @@ void blink(int length)
#if defined __AVR_ATmega32U4__ #if defined __AVR_ATmega32U4__
digitalWrite(RXLED, HIGH); // set the RX LED OFF digitalWrite(RXLED, HIGH); // set the RX LED OFF
TXLED1; //TX LED macro to turn LED ON TXLED0; //TX LED is not tied to a normally controlled pin so a macro is needed, turn LED OFF
#endif #endif
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.