代码搜索:电阻元件
找到约 3,633 项符合「电阻元件」的源代码
代码结果 3,633
www.eeworm.com/read/289424/8552295
c adc.c
#include
#include
//10K的热敏电阻0-50度所对应的码表值
const unsigned int Temp_code[]=
{
// 0-25
2843,2718,2599,2486,2379,2277,2180,2087,1999,1916,1836,1760,1688,1619,1553,14
www.eeworm.com/read/378468/9230120
s43 3_5_3.s43
;
;注意此文件的个别子程序在后面
;同时结构请读者补充
;
#include "msp430x14X.h"
Ref equ 001h ; P2.0 连接参考电阻
Sensor equ 002h ; P2.1 连接传感器
Mainloop mov #Sensor,R14
www.eeworm.com/read/159783/10617984
s43 3_5_3.s43
;
;注意此文件的个别子程序在后面
;同时结构请读者补充
;
#include "msp430x14X.h"
Ref equ 001h ; P2.0 连接参考电阻
Sensor equ 002h ; P2.1 连接传感器
Mainloop mov #Sensor,R14
www.eeworm.com/read/463034/7190186
c ledcon.c
/****************************************************************************
* 文件名:LEDCON.C
* 功能:LED闪烁控制。使用I/O口直接控制,采用软件延时方法。
* 说明:在J4的P0.29脚上连接一个LED的阳极,LED的阴极经过一个限流电阻与GND连接。
********************
www.eeworm.com/read/444580/7611470
txt check.txt
* * * 系 统 原 始 信 息 及 数 据 * * *:
1. 节点数: 4
2. 线路数: 3
3. 变压器数: 1
4. 发电机数: 2
5. 负荷数: 2
线路数据:
序号 节点i 节点j 电阻 电抗 电纳
1 4 2
www.eeworm.com/read/322606/13373067
_c main._c
//ICC-AVR application builder : 2008-5-9 21:38:30
// Target : M16
// Crystal: 16.000Mhz
#include"include.h"
#include "main.h"
//端口初始化
//数据寄存器 PORTx 读写寄存器
//引脚配置为输入PORTx=1 上拉电阻使能 \\PORTx=
www.eeworm.com/read/322606/13373077
c main.c
//ICC-AVR application builder : 2008-5-9 21:38:30
// Target : M16
// Crystal: 16.000Mhz
#include"include.h"
#include "main.h"
//端口初始化
//数据寄存器 PORTx 读写寄存器
//引脚配置为输入PORTx=1 上拉电阻使能 \\PORTx=
www.eeworm.com/read/321778/13399463
s43 3_5_3.s43
;
;注意此文件的个别子程序在后面
;同时结构请读者补充
;
#include "msp430x14X.h"
Ref equ 001h ; P2.0 连接参考电阻
Sensor equ 002h ; P2.1 连接传感器
Mainloop mov #Sensor,R14
www.eeworm.com/read/318371/13480087
c temp_ad.c
//10K的热敏电阻0-50度所对应的码表值
const unsigned int Temp_code[]=
{
// 0-25
2843,2718,2599,2486,2379,2277,2180,2087,1999,1916,1836,1760,1688,1619,1553,1490,1430,1373,1319,1266,1217,1169,1124,1081,1039,10
www.eeworm.com/read/477914/6725988
h adc_ts.h
/*
* FILE: adc_ts.h
* ADC和触摸屏的测试函数接口
*/
#ifndef __ADC_TS_H__
#define __ADC_TS_H__
/*
* 测试ADC
* 通过A/D转换,测量可变电阻器的电压值
*/
void Test_Adc(void);
/*
* 测试触摸屏,打印触点坐标
*/