You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments