mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
28d37cd661
commit
b8552090c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user