diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index ac9aec5..29314d6 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -547,7 +547,7 @@ void setup() { DDRD &= ~(1 << 7); DDRG &= ~(1 << 2); // Activate Internal Pullup Resistors - PORTD |= (1 << 7); + //PORTD |= (1 << 7); PORTG |= (1 << 2); // Read current folder number out of eeprom