Update Cart_Reader.ino

This commit is contained in:
sanni 2020-05-13 13:05:10 +02:00
parent 119ae7e6d6
commit 8794e4c878

View File

@ -573,7 +573,7 @@ void setup() {
DDRG &= ~(1 << 2);
// Activate Internal Pullup Resistors
//PORTD |= (1 << 7);
PORTG |= (1 << 2);
//PORTG |= (1 << 2);
// Read current folder number out of eeprom
EEPROM_readAnything(0, foldern);