-
MSP430系列16位超低功耗单片机实践
MSP430系列16位超低功耗单片机实践 -MSP430系列16位超低功耗单片机MSP430系列16位超低功耗单片机
- 2022-10-10 22:30:07下载
- 积分:1
-
LCM19264液晶显示模块的底层驱动程序,引脚连接已经在程序文件中说明...
LCM19264液晶显示模块的底层驱动程序,引脚连接已经在程序文件中说明-LCM19264 the bottom of liquid crystal display module drivers, pin connections have been described in the program files
- 2023-02-08 02:40:03下载
- 积分:1
-
功能:编程实现简化Xmodem协议,为实现标准的Xmodem协议做基础...
功能:编程实现简化Xmodem协议,为实现标准的Xmodem协议做基础-Function: XMODEM protocol to simplify programming for the realization of the standard XMODEM protocol as a foundation
- 2023-07-17 19:15:03下载
- 积分:1
-
Holtek
基于盛群单片机开发的 获得温湿传感器dht11和光敏电阻的数据 并且发送到1602显示屏的程序-Holtek-based single-chip temperature sensor was developed and photosensitive resistance dht11 and sent to the data display process 1602
- 2022-05-28 04:16:22下载
- 积分:1
-
摩托车的步进电机驱动。用的是LPC900系列单片机的RTC定时器,虽然简单,但足以说明问题。...
摩托车的步进电机驱动。用的是LPC900系列单片机的RTC定时器,虽然简单,但足以说明问题。-motorcycle stepper motor driver. The LPC900 Series is the RTC timer, although simple, but enough to illustrate the problem.
- 2022-07-20 23:48:06下载
- 积分:1
-
学习51的要关注哦,是STC的烧录软件,方便51单片机学习,通过串口就可一烧写程序,减少开发费用,...
学习51的要关注哦,是STC的烧录软件,方便51单片机学习,通过串口就可一烧写程序,减少开发费用,-learning the concern Oh, STC is the replication software for 51 MCU study, through a serial port can be burning, reduce development costs,
- 2023-09-08 14:00:04下载
- 积分:1
-
基于TC35开发的短消息报警程序,单片机为51兼容系列,汇编实现...
基于TC35开发的短消息报警程序,单片机为51兼容系列,汇编实现-TC35 developed based on the short message alarm procedures, single-chip compatible with Series 51, compilations realize
- 2022-12-13 23:55:03下载
- 积分:1
-
C51 TIMER 0的使用
Timer_0_mode_1_timer_gate_hard
C51 TIMER 0的使用
Timer_0_mode_1_timer_gate_hard-C51 TIMER 0 use Timer_0_mode_1_timer_gate_hard
- 2022-02-05 22:48:39下载
- 积分:1
-
LCD显示和单片机中断定时,单片机不断中断,通过中断计时,当一秒时间到,调用显示函数在LCD上显示时间...
LCD显示和单片机中断定时,单片机不断中断,通过中断计时,当一秒时间到,调用显示函数在LCD上显示时间
-LCD display and single-chip timer interrupt, microcontroller constantly interrupted by interruption of time, when the second time that call functions in the LCD display to show time
- 2022-03-04 18:41:54下载
- 积分:1
-
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P...
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P3^5 //CPU--->5045
sbit SO=P3^5 //5045-->CPU
sbit CS=P3^6 //片选
-5045 underlying operating procedure, when used in accordance with the actual situation on the process of wiring pin to do some appropriate changes to the definition// define pin sbit SCK = P3 ^ 4// clock sbit SI = P3 ^ 5// CPU-
- 2022-07-12 18:25:31下载
- 积分:1