mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
119ae7e6d6
commit
8794e4c878
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user