-
基于单片机的功能强大的万年历完整工程文件
这是一个基于C51单片机的万年历工程文件,带有星期,农历节气的算法,通过LCD显示,并有开机图形显示。文件中包括了proteus仿真程序,可以根据仿真搭建出电路,对于学习单片机有极大的帮助。
- 2022-04-09 19:29:05下载
- 积分:1
-
8051系列教程范例
8051系列教程范例 -8051 Series 8051 Series Tutorial Tutorial Example Example
- 2022-01-26 15:08:43下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
Philips LPC series ARM7 LCM12864 dot matrix LCD demo program permanent explorati...
飞利浦LPC系列ARM7 LCM12864点阵液晶演示程序 永探电子开发板-Philips LPC series ARM7 LCM12864 dot matrix LCD demo program permanent exploration of electronic development board
- 2022-03-05 17:44:45下载
- 积分:1
-
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!...
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!-foreign web sites of some of the classic C procedures and wishes refining art, we must first start from the basis of the hope that more beginners to lay a good foundation, especially so embedded procedures must repeat Biography! BTW, director of the appreciation some poetry!
- 2023-05-04 19:00:04下载
- 积分:1
-
实现lpc2132对I2C的控制,读写24C08和24C16。
实现lpc2132对I2C的控制,读写24C08和24C16。-Lpc2132 realize the control of the I2C read and write 24C08 and 24C16.
- 2022-09-27 09:20:03下载
- 积分:1
-
NAND闪存的控制逻辑
nand flash control logic
- 2023-05-28 03:25:02下载
- 积分:1
-
基于LPC2119和uC/OS
基于LPC2119和uC/OS-II的Modem驱动源代码-based LPC2119 and embedded/OS-II Modem driver source code
- 2022-02-01 19:18:07下载
- 积分:1
-
s3c2410a中文数据手册第十八章
s3c2410a中文数据手册 第十八章-看门狗.pdf-Chinese data s3c2410a Manual Chapter XVIII- watchdog. pdf
- 2022-02-24 12:58:43下载
- 积分:1
-
us3c44b0 ADS开发环境,tftp下载,通过网口下载代码,然后显示下载文件的字节数...
us3c44b0 ADS开发环境,tftp下载,通过网口下载代码,然后显示下载文件的字节数-us3c44b0 ADS development environment, tftp downloaded through the net I downloaded code, and then download files show the number of bytes
- 2022-11-23 07:35:03下载
- 积分:1