-
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
-
MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式,然后接MII口。用标准C语言编写。...
MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式,然后接MII口。用标准C语言编写。-MPC8260 Fast Ethernet example. FCC configuration for Fast Ethernet model, then the MII mouth. Using standard C language.
- 2022-04-17 14:46:53下载
- 积分:1
-
ARM嵌入式WINCE的API编程。文档说明
ARM嵌入式WINCE的API编程。文档说明-Embedded WINCE of API programming. Document Description
- 2022-01-22 13:07:59下载
- 积分:1
-
STM32 开发板例子:RTC.
开发环境:Keil For ARM
STM32 开发板例子:RTC.
开发环境:Keil For ARM-STM32 development board example: RTC. Development Environment: Keil For ARM
- 2022-03-07 09:12:01下载
- 积分:1
-
Ligong smartarm2200 week interruption of test board
周立功smartarm2200板子中断试验-Ligong smartarm2200 week interruption of test board
- 2022-01-25 18:26:37下载
- 积分:1
-
LCD Graphical ARN
我们查看图形lcd项目
- 2022-01-25 14:19:57下载
- 积分:1
-
各种硬件平台上的us OS移植实例(arm6)
各种硬件平台上的us OS移植实例(arm6)-various hardware platform on the OS us examples (arm6)
- 2022-05-05 07:02:38下载
- 积分:1
-
paraller读和写
要读取和写入在并行模式下的代码。通过这一个你能够精细一些 flash 或一些项目的更多事情的更多事情。如何过如果你有关于手臂或 avr 的项目,希望可以帮助你。
- 2023-06-05 06:50:03下载
- 积分:1
-
samsungs3c4510doc development board is the user manual is very good
samsungs3c4510doc 是其开发板的使用手册,非常好-samsungs3c4510doc development board is the user manual is very good
- 2022-07-18 16:53:44下载
- 积分:1
-
基于samsung s3c44b0x 的mp3播放程序源代码,编译环境:windows + ads1.2,具有很高的参考价值...
基于samsung s3c44b0x 的mp3播放程序源代码,编译环境:windows + ads1.2,具有很高的参考价值-based on the MP3 player source code, compile environment : windows ads1.2 with very high reference value
- 2022-05-07 06:36:31下载
- 积分:1