-
NEC 78f0361 LCD 的驱动程序
NEC 78f0361 LCD 的驱动程序-NEC 78f0361 LCD Driver
- 2022-01-22 07:10:30下载
- 积分:1
-
段码液晶 显示资料,资料很全,
段码液晶 显示资料,资料很全,-Code segment liquid crystal display of information, information is very wide,
- 2023-06-07 09:15:03下载
- 积分:1
-
2440跑马灯程序 非常简单易懂 适合初学者
2440跑马灯程序 非常简单易懂 适合初学者-2440 Marquee program
- 2022-03-16 16:01:37下载
- 积分: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
-
tms320c2812 the can bus driver, source code can be compiled directly using!
tms320c2812的can总线驱动,源码直接可以编译使用!-tms320c2812 the can bus driver, source code can be compiled directly using!
- 2022-04-24 09:29:11下载
- 积分:1
-
HY29LV160的编程代码。包括整片擦除和从启始地址从写入数据。...
HY29LV160的编程代码。包括整片擦除和从启始地址从写入数据。-HY29LV160 of programming code. Including the whole film and erased from the initiation into the address from the data.
- 2022-03-25 09:12:47下载
- 积分: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
-
LPC2300系列ARM单
LPC2300系列的ARM7单片机上FAT文件系统源代码,对开发文件系统很有帮助!-LPC2300 family of ARM7 single-chip on the FAT file system source code, file system on the development of very helpful!
- 2022-03-24 10:04:42下载
- 积分:1
-
ds1820在msp430实测,程序中读取rom序列号,以便多片总线连接
ds1820在msp430实测,程序中读取rom序列号,以便多片总线连接-ds1820 measured in the MSP430, the program read rom serial number, in order to connect multi-chip bus
- 2022-05-20 08:46:02下载
- 积分:1
-
可用的DSP EMCV OPENCV
EMCV全称为Embedded Computer Vision Library,是一个可在TI DM64x系列DSP上运行的计算机视觉库。EMCV提供了跟OpenCV完全一致的函数接口,通过EMCV,你可以轻松的将你的OpenCV算法移植到 DSP,甚至不用改一行代码。 目前EMCV已经支持IplImage, CvMat,CvSeq等基本数据结构,可使用cvCreateImage等创建和释放图像,以及contour检测等。
- 2023-06-25 11:35:03下载
- 积分:1