代码搜索:430系列
找到约 10,000 项符合「430系列」的源代码
代码结果 10,000
www.eeworm.com/read/347708/11648087
pdf msp430.pdf
www.eeworm.com/read/259542/11784189
pcb 430_pcb.pcb
www.eeworm.com/read/156277/11814902
c init430.c
#include
#include "Init430.h"
void delay_ms(uchar nValue)
{
uchar i;
uint j;
for(i = 0;i < nValue;i++)
{
//WDTCTL = WDTPW + WDTCNTCL; //
www.eeworm.com/read/156277/11814904
h init430.h
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
//when the crystal is 1M, 0.01ms is the unit;
void delay_ms(uchar nValue);
//inint the clock;
void init_c
www.eeworm.com/read/344451/11878335
lib msp430.lib
www.eeworm.com/read/258037/11893196
c msp430.c
#include
#define uchar unsigned char
#define uint unsigned int
void main(void)
{
WDTCTL=WDTPW+WDTHOLD; //口令及关闭看门狗
BCSCTL1=0X80; //XT2震荡器关闭,选择DCO的
www.eeworm.com/read/342238/12034179
eww msp430.eww
$WS_DIR$\adc\adc.ewp
$WS_DIR$\IO and clock\IOclock.ewp
www.eeworm.com/read/152991/12068258
dll wtd430.dll
www.eeworm.com/read/152989/12068295