Skip to content

Commit 2fe60b1

Browse files
authored
Update README.md
1 parent 19c54bf commit 2fe60b1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

LearningAvrC/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Coding in C for Arduino/AVR
2-
The heart of this Repo
2+
>[!NOTE]
3+
>***The heart of this Repo***
34
45
If you are not familiar with the C programming language, please go through [LearningC](LearningC)
6+
7+
Before diving into this make sure you read [UsingArduino](../UsingArduino/README.md)
8+
9+
Lesson00 will be a standard blink ("Hello World" for hardware ) using an arduino-uno built on an [atmega328p](#atmega328p)
10+
11+
>[!IMPORTANT]
12+
> we will be using
13+
> - libc-avr
14+
> - avr-gcc
15+
> - avrdude
16+
17+
## Atmega328p
18+
The **Atmel AVR Atmega328p** is a wonderfull piece of hardware.
19+
> [!TIP]
20+
> You can check out the [datasheet](https://github.com/arteknix/Doc_Central/blob/main/ucroControl/AVR/atmega/mega328p_doc8161.pdf) in my Doc_Central Repo.
21+

0 commit comments

Comments
 (0)