-
基于arm7板的录音程序,在三星的板子上测试通过
基于arm7板的录音程序,在三星的板子上测试通过-Based on the ARM7 board recording procedures, the Samsung
- 2022-07-01 19:40:04下载
- 积分:1
-
x86平台的usb摄像头驱动程序,把dll文件加入到系统中就可以驱动摄像头了,芯片为ovt511的...
x86平台的usb摄像头驱动程序,把dll文件加入到系统中就可以驱动摄像头了,芯片为ovt511的-OVT511 s Driver for USB Cam on x86 platform. Just copy the DLL file to your system and drive the Cam!
- 2022-01-28 15:33:14下载
- 积分:1
-
ARM AT9140008 LED DEMO FOR ADS 1.2
ARM AT9140008 LED DEMO FOR ADS 1.2
- 2023-03-03 01:20:03下载
- 积分:1
-
videoshift.rar―HHARM9200.rar 华恒AT91rm9200 VGA和LCD切换的代码
videoshift.rar―HHARM9200.rar 华恒AT91rm9200 VGA和LCD切换的代码-videoshift.rar- HHARM9200.rar huaheng AT91rm9200 VGA and LCD code switch
- 2023-03-31 02:45:04下载
- 积分:1
-
AT91RM9200
AT91RM9200-Loader.rar at91rm9200 DK中的loader 源程序-AT91RM9200-DK Loader.rar at91rm9200 the loader source
- 2022-03-09 14:42:51下载
- 积分:1
-
非常经典的常用LCD显示器驱动源程序,可以有效的了解LCD驱动方式...
非常经典的常用LCD显示器驱动源程序,可以有效的了解LCD驱动方式-LCD Monitor Sorce
- 2022-07-21 02:34:48下载
- 积分:1
-
水箱自动控制系统,使用的是S3C44B0开发板
水箱自动控制系统,使用的是S3C44B0开发板-Automatic control system for water tanks, using a development board S3C44B0
- 2022-07-22 06:47:00下载
- 积分:1
-
ARM cortex
ARM cortex-M3系列处理器的代码,包括通用输入输出GPIO、模数比较器ADC、模拟比较器COMP。(IAR环境工程)-ARM cortex-M3 family of processors code, including general-purpose input-output GPIO, modulus comparator ADC, analog comparator COMP. (IAR Environmental Engineering)
- 2022-01-25 23:38:00下载
- 积分:1
-
can
arm lpc2300 can模块设计 实现can总线的数据传输-can
- 2023-05-22 22:55:02下载
- 积分: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