diff --git a/README.md b/README.md index 85966b0..b04c80d 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,13 @@ Ok, so you're downloaded and installed MegaCore, but how to get started? Here's Your code should now be running on the microcontroller! ## Pinout ATmega2561 (64-pin chip) -Since there are no standardized Arduino pinout for this chip family, **MCUdude** created one tried to make it as simple and logical as possible. The standard LED pin is assigned to Arduino pin 13 (**PB5, expansion terminal [pin 26]**), and will blink twice if you hit the reset button. +Since there are no standardized Arduino pinout for this chip family, **MCUdude** created one tried to make it as simple and logical as possible. The standard LED pin is assigned to Arduino **pin 13 (PB5)**, is available on the **expansion terminal, pin 26**, and will blink twice if you hit the reset button. -| ATmega2561 | -|---------------------------------------------------------------------------------| -|

| +

+| ATmega2561 | +|-----------------------------------------------------------| +| | +

## Programmers Select your microcontroller in the boards menu, then select the clock frequency. You'll have to hit **Burn bootloader** in order to set the correct fuses and upload the correct bootloader. Make sure you connect an **ISP programmer**, and select the correct one in the **Programmers** menu. For time critical operations an external oscillator is recommended. \ No newline at end of file