代码搜索结果
找到约 8,143 项符合
MSP430 的代码
msp430f149-
实验板开发实例(MSP430程序用C语言编写):
├─实验1:LED灯显示实验
│ ├─led_all_timer
│ ├─led_one
│ ├─led_pwm
│ ├─led_run
│ └─led_run_timer
├─实验2:数码管显示实验
│ ├─smg_dynamic
│ ├─smg_dynamic_timer
│ └─smg_static
├─
msp430f149-
1
Debug
MSP430
msp430f149-
2
Debug
MSP430
msp430f149-
This is an internal working file generated by the Source Browser.
15:49 44s
D:\MSP430-II开发板光盘\MSP430F149实验板实验代码\实验8:AD实验\ad_smg\Debug\Obj\main.pbi
msp430f149-
#include
typedef unsigned char uchar;
typedef unsigned int uint;
void Init_ADC(void);
void Hex2Dec(uint Hex_val,uchar *ptr);
void Trans_val(uint Hex_Val,uchar *ptr);
/***************
msp430f149-
2
Debug
MSP430
msp430f149-
#include
//typedef unsigned char uchar;
void InitUART(void);
void Send1Char(uchar sendchar);
void PutString(uchar *ptr);
void PutString0(uchar *ptr);
/********************************
msp430f149-
1
Debug
MSP430
msp430f149-
1
Debug
MSP430
msp430f149-
#include
#include
/******************************************
void InitUART(void);
void Send1Char(unsigned char sendchar);
void PutString(unsigned char *ptr);
unsigned ch