-
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
-
ADSP
ADSP-BF561 EZ-KIT Lite s 定时器程序。该程序在visual DSP++环境下用c语言开发。-ADSP-BF561 EZ-KIT Lite s timer program. The program in the visual DSP++ environment using c language development.
- 2022-09-08 15:10:02下载
- 积分:1
-
ARM since learning some lessons learned, in their own design S3C44B0X an example...
本文是我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出我调试开发ARM开发板的一些最基础知识。我只是在自己的开发板调试过并且经验有限,有些知识只能做为参考,不一定准确,就算给大家一个“例程”吧,如果大家有不同意见,希望多多指正!-ARM since learning some lessons learned, in their own design S3C44B0X an example, I presented the development and debugging of the ARM development board some of the most basic knowledge. I was only in their own development boards tuned and limited experience, some knowledge only as a reference, not necessarily accurate, even if everyone with a "routine" for the country, if we have different opinions, many correct!
- 2022-08-17 20:19:34下载
- 积分:1
-
阿尔派6碟CD换碟机控制协议,不是全本,是某人的实测码,个人认为有一定的参考价值。...
阿尔派6碟CD换碟机控制协议,不是全本,是某人的实测码,个人认为有一定的参考价值。-Alpine 6 disc CD changer control protocol, not all of this, a person" s measured yards, personally think that there is a certain reference value.
- 2022-01-26 08:31:34下载
- 积分:1
-
A drive source lcd9320 interested readers can
一个关于lcd9320的驱动源码 有兴趣的读者可以-A drive source lcd9320 interested readers can
- 2022-05-26 22:07:12下载
- 积分:1
-
关于周立公USB试验的改进程序,实现了文件的读写,并且将读文件在写道U盘
关于周立公USB试验的改进程序,实现了文件的读写,并且将读文件在写道U盘-Zhou USB test on the public improvement process, the realization of the document to read and write, and read documents, wrote U disk
- 2023-07-05 12:45:03下载
- 积分:1
-
S08例程:本程序是KB模块的例程,所用资源为单片机内部KBI模块,所接器件为按键和LED,其中D2与PTA0,D3与PTA1,S2与PTA2,D3与PTA3相
S08例程:本程序是KB模块的例程,所用资源为单片机内部KBI模块,所接器件为按键和LED,其中D2与PTA0,D3与PTA1,S2与PTA2,D3与PTA3相连接-S08 routines: This procedure is routine KB module, the resources used for the single-chip internal KBI module, the access device for the button and LED, of which D2 and PTA0, D3 and PTA1, S2 and PTA2, D3 and PTA3 connected
- 2023-06-28 14:45:04下载
- 积分:1
-
colilo,COLDFIRE MCF5282的bootloader
colilo,COLDFIRE MCF5282的bootloader-colilo, COLDFIRE MCF5282 the bootloader
- 2022-03-25 02:59:37下载
- 积分:1
-
在S3C2410上通过对红外多功能口进行配置实现红外收发功能
在S3C2410上通过对红外多功能口进行配置实现红外收发功能-S3C2410 adopted in the infrared multi-function I realize infrared transceiver configuration function
- 2022-06-16 19:34:31下载
- 积分:1
-
ARM嵌入式系统
LPC22xx UART0通讯实验-中断方式代码
ARM嵌入式系统
LPC22xx UART0通讯实验-中断方式代码-ARM Embedded System LPC22xx UART0 communication experiment- interrupt code
- 2023-01-22 10:00:04下载
- 积分:1