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
28d37cd661
commit
b8552090c8
@ -547,7 +547,7 @@ void setup() {
|
|||||||
DDRD &= ~(1 << 7);
|
DDRD &= ~(1 << 7);
|
||||||
DDRG &= ~(1 << 2);
|
DDRG &= ~(1 << 2);
|
||||||
// Activate Internal Pullup Resistors
|
// Activate Internal Pullup Resistors
|
||||||
PORTD |= (1 << 7);
|
//PORTD |= (1 << 7);
|
||||||
PORTG |= (1 << 2);
|
PORTG |= (1 << 2);
|
||||||
|
|
||||||
// Read current folder number out of eeprom
|
// Read current folder number out of eeprom
|
||||||
|
Loading…
Reference in New Issue
Block a user