-
单片机电子密码锁
#include
#include
#include
#include //包含随机函数rand()的定义文件
#include //包含_nop_()函数定义的头文件
#define uchar unsigned char
#define uint unsigned int
#define LCDIO P0
#define delay4us() _nop_();_nop_();_nop_();_nop_();
uchar buffer[4]={0}; //缓冲
sbit sda=P3^3; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 00:10:04下载
- 积分:1
-
不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,由于汇编语言开...
不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,由于汇编语言开发的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比,C语言--一种"高级的低级"语言,则成为嵌入式系统开发的最佳选择。-Unlike most forms of software programming, embedded systems programming based on the specific hardware platform, is bound to require its programming language with a strong ability to direct hardware. Undoubtedly, the compilation of language with such qualities. However, the assembly language development complexity, it is not embedded systems development in general choice. But compared with C language-- a "senior vulgar" language, embedded systems development as the best option.
- 2022-03-05 17:26:17下载
- 积分:1
-
多功能数据采集卡上位机完整代码,经调试后可用。
多功能数据采集卡上位机完整代码,经调试后可用。-Multi-function data acquisition card PC integrity code, for use by the debugger.
- 2022-07-16 03:43:59下载
- 积分:1
-
PIC16F690 9 通道 DMX 调光器
这是我自己的代码为 pic16f690 单片机。该设备是一个 9 通道 DMX LED 调光器。它支持 DMX 512 protocolIt 可以 dimm PWM Led 照明。设备有 4 种工作模式: 1 个 DMX 通道、 3 个通道、 每个设备和测试模式的 9 DMX 通道。DMX 通道的董事会是由设置的板载 dipswitchWrite 对我关于管理局示意图,等等......
- 2022-01-25 19:00:55下载
- 积分:1
-
指南针的调试程序
自己编写的指南针调试程序,在stm8官方编译环境下运行的 实验一下很准确 需要的可以拿去试试 有什么问题可以联系我,c语言编写的,实时性比较强
- 2022-06-27 05:34:10下载
- 积分:1
-
232转以太网的线路图 使用lpc2294cpu
可更换为lpc2292
232转以太网的线路图 使用lpc2294cpu
可更换为lpc2292-232 to Ethernet lpc2294cpu route map can be used to replace the lpc2292
- 2022-03-12 00:41:22下载
- 积分:1
-
AD9852串行控制子程序,包括多
AD9852 串行控制子程序,含多种模式函数。-AD9852 serial control subroutine, including a multi-modality function.
- 2022-09-25 20:55:03下载
- 积分:1
-
cypress的an2131开发板原理图
cypress的an2131开发板原理图-cypress an2131 the development board diagram
- 2023-09-04 18:05:03下载
- 积分:1
-
中国钢丝绳标准:几乎国内所有的钢丝绳标准都有。
中国钢丝绳标准:几乎国内所有的钢丝绳标准都有。-China wire rope standard: almost all domestic wire rope standards are.
- 2022-04-27 23:03:28下载
- 积分:1
-
SD卡的其本操作函数,很值得借鉴使用.对于SD卡的编程有很大帮助.
SD卡的其本操作函数,很值得借鉴使用.对于SD卡的编程有很大帮助.-SD Card function of its present operation, it is worth learning to use. Programming for the SD card has great help to me.
- 2022-05-05 08:55:42下载
- 积分:1