From 6e4fc75f0d1aeb7ca948e9264f103a38b3a43557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A2nio=20Anselmo?= Date: Sat, 22 Apr 2023 23:40:09 -0300 Subject: [PATCH] Update README.md Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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