Welcome![Sign In][Sign Up]
Location:
Search - isr.h

Search list

[USB developusb610.2

Description: USB51S库一共有3个文件,包括USB51S.LIB,ISR.C,ISR.H(为了增加USB通信的灵活性,并没有把所有的子程序都封装倒USB51S.LIB,而是在ISR.C建立部分通信程序,这样方便用户修改-USB51S for a total of three documents, including USB51S.LIB, ISR.C, ISR.H (USB communication in order to increase the flexibility, and not all the subroutine package, reversing USB51S.LIB, but ISR.C establish some communication procedures, such convenience users changes
Platform: | Size: 10896 | Author: 江海 | Hits:

[Other resource61_SpeechClock

Description: // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 - 按一下播报年、月、日,再按一下播报时、分 // 长按Key1键达到1.5秒,则进入日期时间调整模式 // Key2 - 在调整模式下,使年、月、日、时、分、秒增加 // Key3 - 在调整模式下,使年、月、日、时、分、秒减小 // 涉及的库: CMacro1016.lib // SacmV26e.lib // 组成文件: main.c, Sound.c, Clock.c, Clock_Speech.c, Clock_Adjust.c // Key.asm, hardware.asm, ISR.asm // A2000.h, Sound.h, Clock.h, Clock_Speech.h, Clock_Adjust.h, Key.h, SPCE061A.h, // 硬件连接: 61板自带的三个按键已经连接在IOA0~IOA2上 // 维护记录: 2006-8-30 v1.0
Platform: | Size: 112666 | Author: DK | Hits:

[SourceCode61单片机语音指令扩展程序

Description: 实现61单片机五指令扩展为十指令,并利用其控制电机,本人制作了带增氧功能的鱼类喂食器,读者可自行进行改造 //======================================================== // 工程名称: Feeding_Demo9 // 功能描述: 实现装置的声控增氧和喂食操作 // 涉及的库: CMacro1016.lib // bsrv222SDL.lib // sacmv26e.lib // 组成文件: main.c // Flash.asm, hardware.asm,ISR.asm // hardware.h,s480.h, hardware.inc // 硬件连接: IOA0-----KEY1 // IOA1-----KEY2 // IOA2-----KEY3 // IOB8-----慢增氧 // IOB9-----快增氧 // IOB10----慢喂食 // IOB11----快喂食
Platform: | Size: 16049 | Author: yuxuan_n | Hits:

[USB developusb610.2

Description: USB51S库一共有3个文件,包括USB51S.LIB,ISR.C,ISR.H(为了增加USB通信的灵活性,并没有把所有的子程序都封装倒USB51S.LIB,而是在ISR.C建立部分通信程序,这样方便用户修改-USB51S for a total of three documents, including USB51S.LIB, ISR.C, ISR.H (USB communication in order to increase the flexibility, and not all the subroutine package, reversing USB51S.LIB, but ISR.C establish some communication procedures, such convenience users changes
Platform: | Size: 10240 | Author: 江海 | Hits:

[SCM61_SpeechClock

Description: // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 - 按一下播报年、月、日,再按一下播报时、分 // 长按Key1键达到1.5秒,则进入日期时间调整模式 // Key2 - 在调整模式下,使年、月、日、时、分、秒增加 // Key3 - 在调整模式下,使年、月、日、时、分、秒减小 // 涉及的库: CMacro1016.lib // SacmV26e.lib // 组成文件: main.c, Sound.c, Clock.c, Clock_Speech.c, Clock_Adjust.c // Key.asm, hardware.asm, ISR.asm // A2000.h, Sound.h, Clock.h, Clock_Speech.h, Clock_Adjust.h, Key.h, SPCE061A.h, // 硬件连接: 61板自带的三个按键已经连接在IOA0~IOA2上 // 维护记录: 2006-8-30 v1.0-err
Platform: | Size: 112640 | Author: DK | Hits:

[Software EngineeringIAR_7_2_Camera_Demo_V1.0

Description: 功能描述: OV7620摄像头数据采集 硬件配置说明: 摄像头位数据位 - PORTD0~7 * * PCLK - PORTC0 * 行中断 - PORTA29 场中断 - PORTB0 图像数据输出 - K60串口1,波特率115200 * ** 添加说明: 我们自己的用户代码主要在main.c,isr.h,isr.c这三个文件中 * * 采集的图像的行数和列数在isr.h文件中修改 #define H 260 #define V 60 * * 总线频率的设置在K60_fire.h中修改 * #define MCG_CLK_MHZ PLL100 #define MAX_BUS_CLK 50 创建者 : 羽良工作室-Function Description: OV7620 camera data acquisition hardware configuration instructions: camera data bits- PORTD0 ~ 7** PCLK- PORTC0* line breaks- PORTA29 field interruption- PORTB0 image data output- K60 Serial Baud Rate 115200*** Add a description : Our own user code mainly in main.c, isr.h, isr.c these three documents* number of rows and columns of the image capture changes#define H 260#define V 60 in isr.h file* bus frequency setting changes*#define MCG_CLK_MHZ PLL100#define MAX_BUS_CLK 50 creator K60_fire.h in: Yu Liang studio
Platform: | Size: 3829760 | Author: 吴逸 | Hits:

[DSP programTimer

Description: 本程序示例如何使用C语言写TIMER。头文件 misc.h有3个有关时钟操作的函数:1. timer_on() 2. timer_off() 3. timer_set(unsigned int, unsigned int,int)(This program illustrates how to use the Timer in 'C'. The header file misc.h has the three functions related to Timer operations. They are 1. timer_on() 2. timer_off() 3. timer_set(unsigned int, unsigned int,int))
Platform: | Size: 3072 | Author: 王王王王 | Hits:

CodeBus www.codebus.net