-
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
-
nec 78K0 sample initialization procedure right
nec 78K0 样例对程序初始化电表样-nec 78K0 sample initialization procedure right-meter
- 2022-08-06 13:56:29下载
- 积分:1
-
建立 ARM Linux 交叉编译环境
一步一步讲解,很仔细的讲解了Linux 交叉编译环境的的建立, 一看就懂...
建立 ARM Linux 交叉编译环境
一步一步讲解,很仔细的讲解了Linux 交叉编译环境的的建立, 一看就懂
-The establishment of ARM Linux cross-compiler environment to explain step by step, very carefully on a Linux cross compiler environment for the establishment of a glance to understand
- 2022-06-13 22:50:06下载
- 积分:1
-
1。自恢复自发站立
1.单机自发自收串行通信。接收键入字符,从8251A的发送端发送,与同一个8251A的接收端接收,然后在屏幕上显示出来。
2.双机串行通信,在一台PC机键入字符,从8251A的发送端发送给另一台PC机,另一台PC机的 8251A的接收端接收,然后在屏幕上显示出来。
-1. Since the resumption of spontaneous stand-alone serial communication. Type the characters receive from the sending end to send the 8251A, 8251A with the receiving end of a receiver, and then displayed on the screen. 2. Dual serial communication, in a PC-type characters, from the sending end 8251A sent to another PC, another PC-8251A to receive the receiving end, and then displayed on the screen.
- 2022-01-28 07:59:57下载
- 积分:1
-
kei carm lpc2103 examples of good things
kei carm lpc2103 例子 好东西-kei carm lpc2103 examples of good things
- 2023-04-07 06:30:03下载
- 积分:1
-
基于44B03的LCD驱动
基于44B03的LCD驱动-based on the LCD driver 44B03
- 2022-04-20 05:47:23下载
- 积分:1
-
ALPOS操作系统 arm9
ALPOS操作系统适用于高效低资源占用的中小型应用环境的事务处理,外设管理以及CPU、中断、内存管理的需求,具有标准化的模块程序组织,同时也能够适合小型应用环境对功能扩展的需求,并且具备文件系统支持,可以帮助用户实现更丰富易用的应用功能。ALPOS支持单任务
- 2022-04-22 10:18:44下载
- 积分:1
-
S3C2410的软件中断代码及其应用文档,可直接使用
S3C2410的软件中断代码及其应用文档,可直接使用-S3C2410 software interrupt code and its application documents can be directly used
- 2022-11-07 12:35:04下载
- 积分:1
-
STC12C5410AD单片机
STC12C5410AD-是一款功能非常强大的且-兼容C51的单片机。本程序代码采用STC12C5410AD单片机驱动ICL7135双积分的高性能AD芯片。程序经几天调试通过。完全可用。-STC12C5410AD-is a very powerful and- C51-compatible microcontroller. The program code used STC12C5410AD single-chip dual-drive ICL7135 chip integration of high-performance AD. After a few days through the debugging process. Fully available.
- 2023-07-17 13:55:02下载
- 积分:1
-
Efficient C programming techniques for ARM Architecture.
Efficient C programming techniques for ARM Architecture.
- 2022-05-20 17:09:49下载
- 积分:1