-
使用at89c51.this超声波停车控制源代码,不是我的程序…
source code for ultrasonic parking control using AT89c51.this is not my program.but i uploaded for the benefit of the people
- 2022-09-27 17:00:03下载
- 积分:1
-
发光 led 代码
这是发光的 LED,使用 lpc2148 的示例代码,在这里我们可以学的基本的 GPIO 操作的 lpc 2148,像如何配置 GPIO 设置 pin 和清除一个pin。
- 2022-10-13 22:45:03下载
- 积分:1
-
QT开发中文文档最新版,是对英文版的详细使用的说明文档,属开源项目...
QT开发中文文档最新版,是对英文版的详细使用的说明文档,属开源项目-QT development of Chinese language version of the latest document is to use the English version of the detailed documentation that it is an open-source project
- 2022-02-14 14:22:20下载
- 积分:1
-
Samaung S3C4530 uclinux BootLoader
Samaung S3C4530 uclinux BootLoader
- 2022-04-10 04:34:35下载
- 积分:1
-
蓝牙下的检测工具,扫描其他设备。用蓝色的…
Linux下蓝牙探测工具,扫描其他设备。配合bluez-lib使用。-Bluetooth under Linux detection tool to scan other devices. With the use of bluez-lib.
- 2022-04-19 04:49:28下载
- 积分:1
-
串口打印字符程序
串口打印字符程序-characters procedures
- 2023-08-26 00:05:03下载
- 积分:1
-
单片机万年历
基于51单片机平台,用ds1302显示万年历,可以按键设置时钟。本程序用c语言编写,比较简单,仅供新手熟悉单片机编程的基本格式。
- 2022-03-21 15:19:54下载
- 积分:1
-
This article includes two parts of the content! The first part introduced the S3...
本文包括两部分的内容!第一部分介绍了s3c2410集成ad驱动程序开发,另外一部分介绍了与此应用程序对应的应用程序。在arm平台测试完全通过
-This article includes two parts of the content! The first part introduced the S3C2410 integrated ad-driven development, introduction and part of this application with the corresponding application. Platform test in the arm completely through the
- 2022-03-24 23:54:38下载
- 积分:1
-
基于MC9S08JM60的SD CardReader, SPI方式读写SD卡,包含源码和原理图
基于MC9S08JM60的SD CardReader, SPI方式读写SD卡,包含源码、原理图及应用笔记,很完整。
- 2022-01-20 23:11:26下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1