-
该 程序 ADUC824
该 程序 ADUC824-The program ADUC824
- 2022-12-23 03:20:03下载
- 积分:1
-
这是一个AVR单片机的头文件,有关引脚的位选,可BOOL输出输入,非常好用。我一直在用着。主要针对芯片ATMEGA128的头文件,其它的芯片也可向下兼容。
这是一个AVR单片机的头文件,有关引脚的位选,可BOOL输出输入,非常好用。我一直在用着。主要针对芯片ATMEGA128的头文件,其它的芯片也可向下兼容。-This is an AVR MCU header files, the pin-bit elections BOOL input-output, very easy to use. I have been using. ATmega128 chip aimed at the header files, other chips can also be backward compatible.
- 2022-03-20 11:33:20下载
- 积分:1
-
51个GPIO模拟IIC驱动程序,使用宏来定义硬件引脚,容易…
51的GPIO模拟iic的驱动程序,用宏来定义硬件管脚,容易移植,keil平台-51 GPIO IIC driver simulation, using macros to define the hardware pin, easy to transplant, keil platform
- 2022-11-30 15:05:03下载
- 积分:1
-
MSP430x23x, MSP430x24x(1), MSP430x2410
MIXED SIGNAL MICROCONTROLLER.zip
MSP430x23x, MSP430x24x(1), MSP430x2410
MIXED SIGNAL MICROCONTROLLER.zip
- 2022-05-21 07:20:50下载
- 积分:1
-
DS1302 Real Time Clock of the c language program. Development environment for vw...
实时时钟ds1302的c语言程序。开发环境为vw。-DS1302 Real Time Clock of the c language program. Development environment for vw.
- 2023-07-22 00:30:03下载
- 积分:1
-
一个时时单片机发送数据测试代码
一个时时单片机发送数据测试代码-a microcontroller always send data test code
- 2022-03-19 15:20:01下载
- 积分:1
-
基于c8051f020以及C语言的232串口通信程序,实现了简单的与PC机间的发送和接收。...
基于c8051f020以及C语言的232串口通信程序,实现了简单的与PC机间的发送和接收。-Based on the C8051F020 and the C-232 serial communication program, and realize a simple PC-between sending and receiving.
- 2022-03-03 07:54:18下载
- 积分:1
-
详细介绍了以太网收发器RTL8019芯片,中文文档,免除了读英文文档的痛苦和低效...
详细介绍了以太网收发器RTL8019芯片,中文文档,免除了读英文文档的痛苦和低效-Described in detail RTL8019 Ethernet transceiver chip, Chinese documents, eliminating the pain of reading the document in English and inefficient
- 2022-06-14 21:30:49下载
- 积分:1
-
pic Microprocessor mcp2510 source code, compilers used picc
pic单片机驱动mcp2510源代码,采用picc编译器-pic Microprocessor mcp2510 source code, compilers used picc
- 2023-06-19 21:05:03下载
- 积分:1
-
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片...
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片机实定时/计数器T0来产生700HZ和500HZ的频率,根据定时/计数器T0,我们取定时250us,
* 因此,700HZ的频率要经过3次250us的定时,而500HZ的频率要经过4次250us的定时。
* 2. 在设计过程,只有当按下SP1之后,才启动T0开始工作,当T0工作完毕,回到最初状态。
* 3. “叮”和“咚”声音各占用0.5秒,因此定时/计数器T0要完成0.5秒的定时,对于以250us为基准定时2000次才可以。
*/-/* Procedure detailed functional Introduction:* When pressing the button P3.3, AT89S51 Singlechip a
- 2023-01-12 02:35:03下载
- 积分:1