Update Cart_Reader.ino

This commit is contained in:
sanni 2019-09-05 10:34:14 +02:00 committed by GitHub
parent 28d37cd661
commit b8552090c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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