jmgiacalone / sanguino1284p

Files for atmega 1284p to work with Arduino 0023
17 stars 9 forks source link

RepRapPro Melzi LED is on PA4 Pin 33 #2

Open gdwinslow opened 11 years ago

gdwinslow commented 11 years ago

Should be:

define LED_DDR DDRA

define LED_PORT PORTA

define LED_PIN PINA

define LED PINA4

Instead of:

define LED_DDR DDRB

define LED_PORT PORTB

define LED_PIN PINB

define LED PINB0

For PepRapPro Mendle Melze boards

If you are supporting them