-
使用 LabVIEW 和微控制器 mbed 设计快速成型
使用 LabVIEW 和mbed 微控制器为快速成型
LabVIEW 和硬件
微控制器和 mbed • 简介
• 示例
- 2022-04-01 23:11:08下载
- 积分:1
-
三星ARM44B0中文资料,较全的集合包
三星ARM44B0中文资料,较全的集合包-S3C44B0 datasheet
- 2022-03-22 09:21:06下载
- 积分:1
-
sjf2440 jtag programming from smdk..
sjf2440 jtag programming from smdk..
-sjf2440 jtag programming from smdk..
- 2022-01-27 23:24:50下载
- 积分:1
-
SDT环境下,基于S3C4510的flash使用,可用
SDT环境下,基于S3C4510的flash使用,可用-SDT environment, S3C4510 based on the use of the flash can be used
- 2022-06-27 15:53:16下载
- 积分:1
-
Samsung 7" 800x480 LCD
Samsung 7" 800x480 LCD
- 2022-03-21 20:26:20下载
- 积分:1
-
based arm philiplpc2210 nrf905 c procedures
基于 arm philiplpc2210 nrf905 c
程序 -based arm philiplpc2210 nrf905 c procedures
- 2022-05-31 16:44:56下载
- 积分:1
-
英特尔PXA255芯片的中文资料,整个芯片的绝对的细节,如…
intel的PXA255芯片的中文资料,绝对详细的说明整块芯片的任何部件以及寄存器的设置和使用,是难得的资料,12M的文件足以看到它的份量了-The PXA255 chips intel Chinese data, the absolute detail of the entire chip, as well as any components register to set up and use, the information is a rare, 12M documents sufficient to see it the weight of the
- 2022-05-18 13:46:23下载
- 积分:1
-
MIB的参考代码,有IDB_GET,IDB_SET,和IDB_NVM_SET的具体写法和说明
MIB的参考代码,有IDB_GET,IDB_SET,和IDB_NVM_SET的具体写法和说明-MIB reference code, IDB_GET, IDB_SET, and the specific wording IDB_NVM_SET and notes
- 2022-03-13 09:32:23下载
- 积分:1
-
430基础实验例程
实验介绍了 最基本的 430 实验教程, 是初学者最好的实验历程, 希望这个给更多的网友和爱好 编程的 学子们提供一个很好的
借鉴 和参考~
- 2022-06-19 10:55:25下载
- 积分: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