-
由单片机编写的网络服务,包括原程序和可执行程序…
keil c编写的单片机实现web服务 包含原程序和可执行文件-prepared by the MCU web services include the original procedures and executable files
- 2022-03-09 19:21:14下载
- 积分:1
-
一个简单的程序,但是是我入门的时候写的,还不错
一个简单的程序,但是是我入门的时候写的,还不错-a simple procedure, but it is when I start to write, but also good
- 2023-01-20 04:50:04下载
- 积分:1
-
MSP 430 PC keyboard communications PS/2 code
MSP 430 PC键盘通讯PS/2代码-MSP 430 PC keyboard communications PS/2 code
- 2022-05-19 06:07:44下载
- 积分:1
-
51单片机开发的等精度数字频率计,实现计数0
51单片机开发的等精度数字频率计,实现计数0--51 Single-chip, such as the development of precision digital frequency meter, realize counts 0--
- 2023-01-06 15:30:03下载
- 积分:1
-
本资源内含基于单片机的数字温度计,资源包括Proteus仿真文件,C程序,原理图及PCB...
本资源内含基于单片机的数字温度计,资源包括Proteus仿真文件,C程序,原理图及PCB-This resource contains digital thermometer based on single-chip resources, including the Proteus simulation file, C procedures, schematics and PCB
- 2023-04-10 23:00:03下载
- 积分:1
-
LT-1B开发板例子程序-ADC12_06
- 2022-06-13 10:08:17下载
- 积分:1
-
这是一个简的电子屏幕,用于小型车间,能显示年,月,日。计划产量,实际产量都可以显示在板上。我用protus实现硬件仿真,并最终有实际成品出来。...
这是一个简的电子屏幕,用于小型车间,能显示年,月,日。计划产量,实际产量都可以显示在板上。我用protus实现硬件仿真,并最终有实际成品出来。-This is a simple electronic screen for the small workshop, to show the year, month, day. Program output, actual output can be displayed on the board. I realize protus hardware simulation, and ultimately have the actual finished product out.
- 2022-04-23 15:07:02下载
- 积分:1
-
基于MSP430F13X系列16位单片机,实现的软件IO方式模拟I2C协议的C源码,已编译通过,并经过实际测试。希望对各位做嵌入式开发的朋友有所帮助。...
基于MSP430F13X系列16位单片机,实现的软件IO方式模拟I2C协议的C源码,已编译通过,并经过实际测试。希望对各位做嵌入式开发的朋友有所帮助。-based MCU Series 16 microcontroller, Implementation of the software IO simulate I2C agreement C source code, compiled through, and after the actual test. Do you want to develop embedded friends help.
- 2022-01-27 23:44:25下载
- 积分:1
-
WIZnet W3100 is designed for the Internet and Embedded Ethernet equipment introd...
W3100是WIZnet公司专门为以太网互联和嵌入式设备推出的硬件TCP/IP协议栈芯片,其硬件TCP/IP协议栈包含了TCP、UDP、IP、ARP和ICMP协议。这是他的驱动程序-WIZnet W3100 is designed for the Internet and Embedded Ethernet equipment introduced hardware TCP/IP protocol stack chips, and hardware TCP/IP protocol stack includes TCP, UDP, IP, ICMP and ARP agreement. This is his driver
- 2022-01-29 04:50:15下载
- 积分:1
-
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出...
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出0.2秒,接着0.2秒从P3.2输出电平信号,如此循环下去,就形成我们所需的报警声了。
*
* 程序设计方法
*(1.生活中我们常常到各种各样的报警声,例如“嘀、嘀、…”就是常见的一种声音报警声,
* 但对于这种报警声,嘀0.2秒钟,然后断0.2秒钟,如此循环下去,假设嘀声的频率为1KHz,
* 由于要产生上面的信号,我们把上面的信号分成两部分,一部分为1KHZ方波,
* 占用时间为0.2秒;另一部分为电平,也是占用0.2秒;因此,我们利用单片机的定时/计数器T0作为定时,
* 可以定时0.2秒;同时,也要用单片机产生1KHZ的方波,对于1KHZ的方波信号周期为1ms,
* 高电平占用0.5ms,低电平占用0.5ms,因此也采用定时器T0来完成0.5ms的定时;
* 最后,可以选定定时/计数器T0的定时时间为0.5ms,而要定时0.2秒则是0.5ms的400倍,
* 也就是说以0.5ms定时400次就达到0.2秒的定时时间了。
*/
- 2022-05-23 23:28:34下载
- 积分:1