⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manifest.txt

📁 butterfly MP3源代码
💻 TXT
字号:
ButterflyMP3 0.5 20060428
=========================

./README.TXT			Project overview
./MANIFEST.TXT			List of project files with brief explanations (this file)
./Copying.TXT			Licensing information

./src/ADC.c					old routines for A2D (not used)
./src/ADC.h					defines for A2D routines
./src/avrfat16.c			All FAT file system routines
./src/avrfat16.h			All FAT file system routines
./src/BCD.C					convert Hex numbers to BCDs fro display
./src/BCD.h		
./src/button.c				Handle the low level level button interrupts
./src/button.h				define HW button connection and interrupt mask
./src/delay.c				millisecond delay (will use <avr/delay.h> soon)
./src/delay.h				pretty rough delay at the moment.
./src/eeprom.c				routines for writing and reading from eeprom
./src/eeprom.h
./src/eeprom169.h			eeprom helper routines for the mega169
./src/font_ttuf1.h			Teeny Tiny Unreadable Font 1. 66 x 3*5 characters 
./src/font_ttuf2.h			Teeny Tiny Unreadable Font 2. 66 x 3*4 characters
./src/fontset0.h			Readable font. ASCII chars 33-122, 5x7 pixels.
./src/LCD_driver.c			Low level driver routines for standard Butterfly LCD
./src/LCD_driver.h			Low level driver routines for standard Butterfly LCD
./src/LCD_funtions.c			funtions for using the standard Butterfly LCD
./src/LCD_functions.h			funtions for using the standard Butterfly LCD
./src/lcdgraphics.c			High(ish) level routines for the graphical LCD
./src/lcdgraphics.h			
./src/log.txt				Change Log
./src/main.c				This is the main file which controls the behaviour
./src/main.h				Some global defines needed by main and others.
./src/makefile				The make file for the project.
./src/mmc.c					contains the lowlevel HW dependant MMC comunication routines
./src/mmc.h					defines the HW connections for MMC and othe MMC constants
./src/pcd8544.c				Low level functions for the NOKI 3310 LCD controller
./src/pcd8544.h				defines the HW connections for the graphical LCD
./src/pgmspacehlp.h			helper routines for accessing flash memory
./src/power.c				power up/down the player. check battery voltages
./src/power.h				deffine acceptable battery levels
./src/testing.c				assorted routines used in testing the MMC/FAT code
./src/timer0.c				Timed callback functions used in debouncing buttons
./src/timer0.h				
./src/todo.txt				All those ideas for next time.
./src/types.h				Basic types used by most functions will update source to use <inttypes.h>
./src/uart.c				RS232 comms routines used in debugging
./src/uart.h
./src/vs1001.c				Low level routines for controlling the mp3 decoding.
./src/vs1001.h				Defines the HW connections for the VS1001K decoder.

./bin/ALPHA.elf		compiled elf file with stabs format debugging info - Standard LCD
./bin/ALPHA.hex		intel format hex file for AVR Butterfly (ATmega169) - Standard LCD
./bin/NOKIA.elf		compiled elf file with stabs format debugging info -NOKIA LCD
./bin/NOKIA.hex		intel format hex file for AVR Butterfly (ATmega169) - NOKIA LCD

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -