搜索资源列表
M16-kqs
- 用M16演奏《卡秋莎》音乐 * 用M16单片机I/O口生成模拟音乐 * * 功 能:用I/O口生成模拟音乐 * 时钟频率:内部8M * 编译环境:ICC-AVR6.31 * * 实验环境:M16学习板
ICC_code.rar
- AVR icc里所有 库函数的源代码,avr单片机嵌入式,AVR icc library where all the source code, avr microcontroller embedded
ICCDS13021602protues
- Avr ICC DS1302+1602 我是初学者,刚刚看的程序,用protues仿真通过,感觉不错-Avr ICC DS1302+1602 I am a beginner, just look at the procedures adopted by protues simulation, feeling good
drive
- AVR ATmega16的舵机驱动程序,可独立驱动任意多舵机.开发环境I-AVR ATmega16 of the steering gear driver can drive any number of independent steering gear. ICC Development Environment
PCA9554
- PDA9554 I2C端口阔展芯片应用程序 I-PDA9554 I2C port wide application development chip ICC
EEPROM
- AVR单片机的EEPROM操作函数,根据ICC库编写。-AVR microcontroller EEPROM operations functions, according to ICC library preparation.
avr12864
- avr Atmega128的12864液晶显示子程序,可以直接添加到其他工程里面开发工具I-avr Atmega128 LCD display subroutine of 12864, can be directly added to other projects inside the development tool ICC
AVR_MT8888
- 此程序是在AVR单片机atmega169P处理器的程序,开发环境为ICC AVR 7.13pro,我在网上找了好久很少有MT8888模拟单片机读写时序的驱动程序,更少有AVR处理器的,所有今天贡献出来,希望对大家有帮助。-This procedure is atmega169P single-chip processors in the AVR process, development environment for the ICC AVR 7.13pro, I was online looki
icc_m
- atmega16 i2c通讯主模块程序,通过按键发送到SDA上。-atmega16 i2c main module of communication procedures, through the key is sent to the SDA.
1602LCD_mega16
- 1602LCD_mega16.rar,内有时钟程序,编译环境I-1602LCD_mega16.rar, there is the clock with the procedures, the compiler environment ICC
software
- 该程序是医院用的CPCR记录仪的终端控制程序,显示采用LCD12232,单片机采用atmel公司的atmeg128进行的系统开发,编译环境是windows下的I-The procedure is used in hospital CPCR terminals logger control program, indicating the use of LCD12232, single-chip atmel' s atmeg128 the use of the system developme
SampleICC-1.4.0
- IccProfLib (originally IccLib, but that conflicted with the Argyll library of the same name) is both an ICC profile I/O library and a reference CMM.
PWMAVR
- 基于AVR单片机的PWM脉宽调制程序。编译环境:I-AVR microcontroller based PWM pulse width modulation process. Compiler environment: ICC
ICCAVR_mega8_DS18B20
- ATmega8单片机的DS18B20程序,还不错,加显示功能,开发工具,i-ATmega8 MCU DS18B20 procedures, but also good, plus display, development tools, icc
ATmega8yuanliyuyingyong
- 第一章 ATmega8单片机简介 第二章 ATmega8硬件结构 第三章 ATmega8指令系统 第四章 ATmega8开发工具 第五章ATmega8应用设计-Chapter I Introduction Chapter II ATmega8 microcontroller ATmega8 hardware structure of Chapter III of the ATmega8 instruction ATmega8 Development Tools Chapter IV Chapte
AD
- AVR,ATmega128之AD转换,入口参数使用8个AD输入,并有平均值滤波函数。方便移植。使用ICC开发环境。-AVR, ATmega128 of the AD conversion, the entrance parameters using the 8 AD inputs, and a mean filter function. Facilitate the migration. The use of ICC development environment.
MainSimSoftCom
- 本程序是一个AVR单片机通信小程序(其他单片机只要修改一下初始化即可),解压后用ICC软件打开项目即可编译,用到了RS232和RS485两种通信方式,两个串口,RS485走的9位数据位。很小的一个系统程序,只有三个C文件和一个H头文件。很适合在校学生和刚开始接触实际设计的新人。-This program is a small communication program AVR microcontroller (other microcontroller initialization as lon
VS1003test
- MAGA64 单片机,读写VS1003测试程序,ICC-AVR调试通过-MAGA64 microcontroller, to read and write VS1003 test program, ICC-AVR debugging through
AVRADMAX7219
- avr max7219 AD采样 单片机 I-ICC microcontroller avr max7219 AD sampling
watchdog(ICC)
- 1、观察喂狗与不喂狗的区别,使用PB口的LED指示灯做状态指示。 2、养看门狗的用意,在于用它监控系统:在程序本该运行的地方喂狗,如果程序卡死或跑 飞,将不会运行到那,那样狗没有被喂到,饿死了,控制器复位,得以重启从而进行控制。 3、本实验演示功能:养一只AVR内部看门狗,及时喂狗,狗不饿死,单片机不复位;不及时 喂狗,狗饿死了,单片机就复位。 4、本实验的程序设计较为简单,旨在给出养狗、喂狗,不让狗饿死的简单示例。 实际应用时考虑情况较多,要注意什么时候喂狗,放狗