-
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
-
stm32 相机测试程序
这是一个程序用于连接摄影机到 stm32 arm microcontrolerthe 芯片是 stm32f103ret6,皮质 M3 ARMcompiler 是 keil
- 2022-06-01 06:11:51下载
- 积分:1
-
3000TB51配套实验例程
1八段数码管显示实验 等
3000TB51配套实验例程
1八段数码管显示实验 等-Experimental routine 3000TB51 matching one eight digital tube display experiments
- 2022-01-25 23:11:37下载
- 积分:1
-
ST公司最新产品STM32的示范代码,ADC相关部分,非工程文件,但原代码经过测试是可以正常工作的...
ST公司最新产品STM32的示范代码,ADC相关部分,非工程文件,但原代码经过测试是可以正常工作的-ST
- 2022-01-28 02:53:10下载
- 积分:1
-
STC12C5A60S2 PWM波输出
用STC12C5A60S2 编写的PWM波3路输出,使用定时器,按键可控制频率一千赫兹到十千赫兹之间。使用了内部2个定时器。
- 2022-08-15 07:17:37下载
- 积分:1
-
ARM开发的指导用书,对你有帮助
ARM开发的指导用书,对你有帮助-ARM with the guidance, to help you
- 2022-04-15 06:10:42下载
- 积分:1
-
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点...
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点-they simply this is for the control of the hardware chip design information, we can see that they simply design features
- 2022-11-14 15:30:04下载
- 积分:1
-
本源码是关于1602液晶模块的驱动,开发工具是CodeWarrior for ARM Developer Suite即ADS...
本源码是关于1602液晶模块的驱动,开发工具是CodeWarrior for ARM Developer Suite即ADS-This source is about the 1602 LCD driver module, development tools are CodeWarrior for ARM Developer Suite that ADS
- 2023-02-23 19:55:03下载
- 积分:1
-
基于ESP8266开发的IOT
这是基于ESP8266做的开发,包含AT指令集、IOT包、WEB配置实现。ESP8266是当前最便宜也是最有优势的一款物联网芯片,本代码包含了该芯片所有资源的实现,可以使用或者做二次开发。
- 2022-03-19 08:46:55下载
- 积分:1
-
lpc2131 ssp从站底层驱动源代码,同时包含演示工程
lpc2131 ssp从站底层驱动源代码,同时包含演示工程-lpc2131 ssp low-level driver source code from the station, also includes demo project
- 2023-06-29 11:45:03下载
- 积分:1