-
CPMinterrupt 860中断管理
CPMinterrupt 860中断管理-CPMinterrupt 860 interrupted management
- 2023-08-10 05:05:03下载
- 积分:1
-
基于51单片机的数字温度传感器
这是我们的课程设计,基于51单片机的数字温度传感器,这里有软件代码和硬件原理图,经过测试,确实可用。。
- 2022-08-14 04:20:47下载
- 积分:1
-
常用ad,参考
常用ad,参考-a general A/D convertor, useful to be a conference
- 2022-03-07 16:20:25下载
- 积分:1
-
A ducument for explaining memory technology,it is a required course for who use...
此为讲解内存技术的文档资料,感觉做嵌入式的此为必修课-A ducument for explaining memory technology,it is a required course for who use embedded system.
- 2022-02-07 11:24:59下载
- 积分:1
-
ASIC designs based on Sun Zi Chapter 2 the basis of integrated circuit technolog...
专用集成电路设计基础 孙肖子
第2章 集成电路工艺基础及版图设计-ASIC designs based on Sun Zi Chapter 2 the basis of integrated circuit technology and layout design
- 2022-03-12 12:47:33下载
- 积分:1
-
dspic30f系列的CAN总线设置以及收发程序源码
应用背景时下比较流行的一种安全可靠的总线通讯方式,CAN通讯在dspic30f单片机的实线过程,源码。已经经过实际项目的检验觉得ok关键技术CAN应用场合非常多,比如机器人控制器开发、以及汽车传感器技术检测以及通讯以及工业数控机床的实时通讯等相关领域都得到广泛应用。
- 2022-09-30 18:00:03下载
- 积分:1
-
atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用...
atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用-atmel chip of at91sam9260 external interrupt as well as some commonly used to initialize an instance of interface initialization procedure, from the practical application of
- 2022-03-18 20:46:44下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
小喇叭就可以发出救护车的声音
小喇叭就可以发出救护车的声音-small loudspeakers can be issued ambulance voices
- 2022-03-12 17:52:31下载
- 积分:1
-
一个主窗口代输入法的例子, 主窗口用模板的方法建立!!
一个主窗口代输入法的例子, 主窗口用模板的方法建立!! -A main window input method on behalf of the examples, the main window using the template method! !
- 2023-03-21 19:50:03下载
- 积分:1