Skip to content

Commit

Permalink
Clock, music player, snake game from firmware repo (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Astra <[email protected]>
Co-authored-by: あく <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent 93f7458 commit 1a696bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .catalog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AVR ISP Programmer

The AVR ISP Programmer application allows you to do various things with AVR microcontrollers using the ISP interface. It can autonomously Dump a Flash the microcontroller using files on the SD card. It can also act as an ISP programmer for programming from a desktop IDE via USB. It is compatible with AVR-based microcontrollers, such as the ATmega328P used in the Arduino Uno, ATTiny85, and many others.
The AVR ISP Programmer application allows you to do various things with AVR microcontrollers using the ISP interface. It can autonomously Dump and Flash the microcontroller using files on the SD card. It can also act as an ISP programmer for programming from a desktop IDE via USB. It is compatible with AVR-based microcontrollers, such as the ATmega328P used in the Arduino Uno, ATTiny85, and many others.

## Wiring

Expand Down
2 changes: 1 addition & 1 deletion helpers/avr_isp_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define AVR_ISP_VERSION_APP "0.1"
#define AVR_ISP_DEVELOPED "SkorP"
#define AVR_ISP_GITHUB "https://github.com/flipperdevices/flipperzero-firmware"
#define AVR_ISP_GITHUB "https://github.com/flipperdevices/flipperzero-good-faps"

#define AVR_ISP_APP_FILE_VERSION 1
#define AVR_ISP_APP_FILE_TYPE "Flipper Dump AVR"
Expand Down

0 comments on commit 1a696bd

Please sign in to comment.