Bläddra i källkod

Clock, music player, snake game from firmware repo (#19)

Co-authored-by: Astra <me@astrra.space>
Co-authored-by: あく <alleteam@gmail.com>
Nikolay Minaylov 2 år sedan
förälder
incheckning
1a696bd8a8
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      .catalog/README.md
  2. 1 1
      helpers/avr_isp_types.h

+ 1 - 1
.catalog/README.md

@@ -1,6 +1,6 @@
 # AVR ISP Programmer
 # 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
 ## Wiring
 
 

+ 1 - 1
helpers/avr_isp_types.h

@@ -5,7 +5,7 @@
 
 
 #define AVR_ISP_VERSION_APP "0.1"
 #define AVR_ISP_VERSION_APP "0.1"
 #define AVR_ISP_DEVELOPED "SkorP"
 #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_VERSION 1
 #define AVR_ISP_APP_FILE_TYPE "Flipper Dump AVR"
 #define AVR_ISP_APP_FILE_TYPE "Flipper Dump AVR"