Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkollipara committed Apr 29, 2024
1 parent bdbb830 commit 516fef3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/platform/mega_avr/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Folder Structure
This folder contains platform specific programs for megaAVR family of controllers.
# MegaAVR Family
This folder contains platform specific programs for MegaAVR family of controllers.

Some differences between the two AVR microcontrollers:
## Some differences between the two AVR microcontrollers:

Atmega 328p: It has 32KB of Flash memory, 1KB of SRAM, and 1KB of EEPROM. It provides 23 general-purpose I/O pins.
Atmega 2560: It has 256KB of Flash memory, 8KB of SRAM, and 4KB of EEPROM. It provides 86 general-purpose I/O pins. Has advanced PWM channels.
| Controller | CPU | Memory (SRAM) | Flash | EEPROM | GPIO |
|---|---|---|---|---|---|
| AtMega328P | AVR5-8b | 2KB | 32KB | 1KB | 23 |
| AtMega2560 | AVR6-8b | 8KB | 256KB | 4KB | 86 |

## Directories Overview
| Folder | Description |
Expand Down

0 comments on commit 516fef3

Please sign in to comment.