Skip to content

Commit a40f123

Browse files
committed
.
1 parent 049e605 commit a40f123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-04-23-ATMega328PU_two_leds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,15 +260,15 @@ int main(void) {
260260
261261
## Firmware uploading
262262
263-
1. Compiled in Atmel/Microchip Studio 7 to generate HEX file
263+
1 - Compiled in Atmel/Microchip Studio 7 to generate HEX file
264264
265265
![studio](../assets/blog_images/2025-04-23-ATMega328PU_two_leds/studio.png)
266266
267267
One should see the USBasp programmer under System Devices like this (some issues may arise with the required drivers, as noted below):
268268
269269
![dispos](../assets/blog_images/2025-04-23-ATMega328PU_two_leds/dispos.png)
270270
271-
2. Used AVRDUDE via AVRDUDESS GUI with USBasp programmer:
271+
2 - Used AVRDUDE via AVRDUDESS GUI with USBasp programmer:
272272
273273
![usbasp_programmer](../assets/blog_images/2025-04-23-ATMega328PU_two_leds/usbasp_programmer.jpg)
274274
@@ -288,7 +288,7 @@ Furthermore, the acquired programmer included a very useful accessory to avoid a
288288

289289
![interfac_10_to_6_SPI](../assets/blog_images/2025-04-23-ATMega328PU_two_leds/interfac_10_to_6_SPI.jpg)
290290

291-
3. Verified SCK signal during programming. Next, we checked that the programming circuit is working by selecting the "Detect" option in AVRDUDESS. We can see an active pulse in the SCK pin:
291+
3 - Verified SCK signal during programming. Next, we checked that the programming circuit is working by selecting the "Detect" option in AVRDUDESS. We can see an active pulse in the SCK pin:
292292

293293
![sck_detect](../assets/blog_images/2025-04-23-ATMega328PU_two_leds/sck_detect.gif)
294294

0 commit comments

Comments
 (0)