Welcome![Sign In][Sign Up]
Location:
Search - cvavr

Search list

[Other resourceCVAVR

Description: CVAVR 1.24.7 User Manual 读书笔记
Platform: | Size: 201332 | Author: 崔家荣 | Hits:

[SCM12864(CVAVR程序)

Description: 利用CVAVR编的12864程序,已经验证过好用才上传的,希望对大家有用!!!
Platform: | Size: 29696 | Author: 312788062@qq.com | Hits:

[SCM多级菜单

Description: /*[原创]一个树形多级菜单参考程序 这是一个用于车载电话的菜单程序,可以看成是手机功能菜单的简化板. 我所认为的树形多级菜单是指:在一个父菜单项目下面有多个子菜单, 子菜单下面又有多个孙菜单...,进入下层菜单主要依*当前选中的索引.有点象文件的目录结构. 本木从前实现这类的菜单主要*分层的switch语句,每层都是一个switch.但当我看到晓奇大侠的 程序和耳朵灌满lq等人的争论后,那时那地,我的心境变化了,我意识到指针代表了先进的生产力, 代表了社会的发展方向,是建设和谐社会的必要条件.不管你用了多长时间C语言,只要你不善于用 一个小针指来指去,你就是那种"用嘴吃饭的高贵骑士,决不用屁股装弹步枪"的守旧分子和社会发 展的绊脚石.(跑题太远,删去1万字...打住) .言归正传,下面的程序适用CPU为Mega16,编译器为CVAVR 1.24.4a 由于按键数目较多,所以按键程 序把按键事件分为数字键,快捷键,确认键,取消键,上下翻键几类,以减小菜单结构的容量.一下菜单 数据在菜单结构数组中的偏移量,有多少个菜单象就有多少个宏定义*/-/* [original] tree is a multi-level menu reference to a procedure which is used in car phone menu procedures can be seen as a feature to simplify the menu board. I think the tree is a multi-level menu means : a father in the following menu items have sub menu, sub-menus there are a number below SUN ... menu, the main menu into classes according to the current selected* Index. a bit like the directory structure. the wood used to achieve this main menu* stratification of the switch statement, is a switch on each floor. but when I saw the Xiaoyi heroes procedures and ears filled with lq others vying On, then that to my mind changed, I realized indicators represent the advanced productive forces, represents the orientation and social development, the building of a harmonious society is a ne
Platform: | Size: 2048 | Author: Rover | Hits:

[ARM-PowerPC-ColdFire-MIPSDELPHI_CVAVR_EEPROM

Description: 这是一个DELPHI与单片机相结合的应用例子 这个程序的主要功能是通过串口与单片机通讯,读写EEPROM的资料。 上位机程序是用Delphi 6.0,下位机程序是CVAVR 1.24, 采用的主芯片是Atmel ATMega16, EEPROM芯片是Atmel AT24C04(或AT24C256) Application ...... 应用程序 for Delphi 6.0 (SP2) ..\EEPROM.dpr ...... DELPHI 项目包 ..\EEPROM.res ...... DELPHI 项目包资源 ..\EEPROM.cfg ..\EEPROM.dof ..\EEPROM.exe ... 编译生成的可执行文件 ..\EEPROM_form.pas ... 主界面程序文件 ..\EEPROM_form.dfm ... 主界面资源文件 ..\HexTable.cds ... 内存表 Fireware ...... 固件程序 for CVAVR 1.24 (+) ..\TestEEPROM.prj ...... 项目程序 ..\TestEEPROM.c ...... 程序文件 ..\TestEEPROM.asm ...... 生成的汇编文件 ..\TestEEPROM.hex ...... 可烧录至Atmel ATMega16的文件 -This a Delphi and SCM combination of application example of this process is the main function by serial Communication with the MCU, writable EEPROM information. PC procedures with Delphi 6.0, the next crew procedures CVAVR 1.24. The main chip is Atmel ATMega16. Atmel chip EEPROM AT24C04 (or AT24C256 Applications) Applicat ion ...... applications for Delphi 6.0 (SP2) .. \ EEPROM. dpr ...... DELPHI project package .. \ ...... DE EEPROM.res LPHI project packet resources .. \ EEPROM.cfg .. \ EEPROM.dof .. \ EE PROM.exe ... compiler generating executable file .. \ EEPROM_form.pas. .. interface files .. \ EEPROM_form.dfm ... the main interface resource files .. \ HexTable.cds ... ...... memory table Fireware firmware for C VAVR 1.24 () .. \ TestEEPROM.prj ...... projects procedures .. \ TestE
Platform: | Size: 416768 | Author: Aleyn.wu | Hits:

[SCMGMJ_1

Description: 一款挂面机的自动化控制源程序,CPU为MAGE32,编译器为CVAVR,其中有步进电机的一些控制。-Automatic control of source files, for MAGE32 CPU, compiler of CVAVR. Among them, some stepper motor control.
Platform: | Size: 301056 | Author: 宋利强 | Hits:

[SCMhigh-speed-uart_CVAVR

Description: 用于高速UART通讯的实现 CVAVR源程序-Used to realize high-speed UART communications CVAVR source
Platform: | Size: 4096 | Author: yy | Hits:

[SCM1602fourwirecvavr

Description: 用CVAVR 编写的ATMEGA128的LCD 1602 显示程序,四总线,占用了PC口,P7-P2 共占用了6个I/O口!-ATmega128 with CVAVR prepared the LCD 1602 display program, the four bus, take up a PC I, P7-P2 occupied a total of six I/O port!
Platform: | Size: 1024 | Author: tangjinyuan | Hits:

[MiddleWareCVAVR_lib

Description: CVAVR的函数库的源代码。开发AVR的编译器CodeVision AVR最新版本2.53的函数库c语言源代码。函数短小精悍,一个多余的字节都没有。-err
Platform: | Size: 24576 | Author: Andy Lin | Hits:

[SCMdisplay_f

Description: 这是马潮老师最新力做<<AVR单片机潜入式系统原理与应用实践>>中有关实现频率计的C程序,用CVAVR编译,对想熟悉和学习AVR单片机的朋友一定有用.注释详细,一看就懂. -This is the horse power to do the latest wave of teachers <<AVR单片机潜入式系统原理与应用实践>> in the realization of the frequency of C procedures, CVAVR compiled by the wish to become familiar with and learn from a friend AVR MCU must be useful. Notes detail, one look to understand.
Platform: | Size: 33792 | Author: 吴晓 | Hits:

[SCMDS18B20

Description: cvavr ds18b20源程序及仿真的例子,修正了cvavr中显示负温度时出的错误-cvavr ds18b20 source code and simulation examples, amended cvavr displayed a negative temperature error
Platform: | Size: 302080 | Author: 关三一 | Hits:

[uCOSfrhbgerr245653

Description: UCOS_II移植的(MEGA16,CVAVR)-UCOS_II transplantation (MEGA16, CVAVR)
Platform: | Size: 62464 | Author: 崔家荣 | Hits:

[SCMCVAVR

Description: CVAVR 1.24.7 User Manual 读书笔记-CVAVR 1.24.7 User Manual Reading Notes
Platform: | Size: 200704 | Author: 崔家荣 | Hits:

[Other Embeded programEEPROM

Description: cvavr m48 epprom实验-Experimental cvavr m48 epprom
Platform: | Size: 12288 | Author: hewiss | Hits:

[Other Embeded programPWM

Description: cvavr m48 pwm实验-Experimental cvavr m48 pwm
Platform: | Size: 9216 | Author: hewiss | Hits:

[Other Embeded programwatchdog

Description: cvavr m48 看门狗实验-Experimental watchdog cvavr m48
Platform: | Size: 11264 | Author: hewiss | Hits:

[SCMAVR_LCD_3510i

Description: 手机彩色液晶3510i驱动,cvavr的代码-Mobile phone color LCD 3510i driver, cvavr code
Platform: | Size: 137216 | Author: chen | Hits:

[SCMCVAVR

Description: 包含很多的CVAVR环境下的子程序,很适合初学者用可以研究,加快编程速度-Contains many subroutines CVAVR environment, it is suitable for beginners to use can be studied to speed up the programming speed
Platform: | Size: 598016 | Author: mking | Hits:

[Embeded-SCM DevelopCVAVR

Description: 在CVAVR做的几个avr的例子,有lcd12864的,和lcd1602的-CVAVR done in several avr examples of lcd12864, and the lcd1602
Platform: | Size: 204800 | Author: Z.Q.Yang | Hits:

[SCM(CVAVR)LCD12864

Description: LCD 128×64液晶模块 C 源程序(CVAVR)-LCD 128 × 64 LCD Module C source code (CVAVR)
Platform: | Size: 5120 | Author: rockman1982 | Hits:

[SCMCVAVR

Description: CVAVR库函数介绍 适合初学avr单片机的爱好者-Introduction for beginners CVAVR library lovers avr microcontroller
Platform: | Size: 241664 | Author: 赵旭 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net