Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
janioanselmo committed Apr 23, 2023
1 parent 85d6639 commit 6e4fc75
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|---------------------------------------------------------------------------------|
| <p align="center"> <img src="https://i.imgur.com/sweRJs3.jpg" width="280"> </p> |
<p align="center">
| ATmega2561 |
|-----------------------------------------------------------|
| <img src="https://i.imgur.com/sweRJs3.jpg" width="280"> |
</p>

## 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.

0 comments on commit 6e4fc75

Please sign in to comment.