-
Online found the STM32F103 simple serial driver (inquiry method)
网上找来的 STM32F103的简易串口驱动(查询方式) -Online found the STM32F103 simple serial driver (inquiry method)
- 2022-04-10 16:39:46下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分:1
-
arm4510原理图及程序码,很流行的大家
arm4510原理图及程序码,很流行的大家-arm4510 schematics and code, the very popular we look at
- 2022-08-26 11:19:31下载
- 积分:1
-
arm实现的CAN局域网程序,以模拟发生和接收为住。
arm实现的CAN局域网程序,以模拟发生和接收为住。-arm to achieve CAN LAN procedures in order to simulate the occurrence and receiving of living.
- 2022-07-02 13:29:07下载
- 积分:1
-
USB程序库文件
这是一个基于LPC1788CPU的USB库文件,可以运行在LPC1700系列的CPU上面!!!!!!!!!这是一个基于LPC1788CPU的USB库文件,可以运行在LPC1700系列的CPU上面!!!!!!!!!
- 2022-05-28 03:18:09下载
- 积分:1
-
this paper is based on my study of the ARM since some experience to design its o...
本文是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉吧,欢迎大家指正!-this paper is based on my study of the ARM since some experience to design its own board of S3C44B0X example, the entry is easily the most basic knowledge. Some things are just personal subjective view, is not necessarily accurate, it counted as something, we welcome correct!
- 2022-02-05 22:05:55下载
- 积分:1
-
美国tern公司开发的嵌入式开发平台586E,配合paradigm c/c++集成开发环境,是x86嵌入式开发的典型的程序,对从事嵌入式开发具有重要的参考价值。...
美国tern公司开发的嵌入式开发平台586E,配合paradigm c/c++集成开发环境,是x86嵌入式开发的典型的程序,对从事嵌入式开发具有重要的参考价值。-Tern United States has developed an embedded development platform 586E, with the paradigm c/c++ Integrated development environment is a typical x86 embedded development procedures involved in embedded development is an important reference value.
- 2022-03-13 16:47:54下载
- 积分:1
-
在进入正题之前,我想先把ARM920T的异常向量表(Exception Vectors)做一个简短的介绍。...
在进入正题之前,我想先把ARM920T的异常向量表(Exception Vectors)做一个简短的介绍。-Before entering the subject, I would like to first abnormal ARM920T to Scale (Exception Vectors) do a brief description here.
- 2022-07-10 05:33:41下载
- 积分:1
-
240128液晶的驱动程序 主控制器为ATMEGA16 开发环境为ICCAVR 可以参考...
240128液晶的驱动程序 主控制器为ATMEGA16 开发环境为ICCAVR 可以参考-240128 liquid crystal host controller driver for the ATmega16 development environment for ICCAVR can refer to
- 2022-03-05 12:33:03下载
- 积分:1
-
smdk2440 usb driver
smdk2440 usb driver-smdk2440 usb driver
- 2023-07-26 02:10:03下载
- 积分:1