Welcome![Sign In][Sign Up]
Location:
Search - 2274

Search list

[Other resourceWDT

Description: 本代码应用于430单片机的2274系列,看门够指令使得P1.0口的灯间歇性亮灭。
Platform: | Size: 790 | Author: 张行 | Hits:

[SCM2274_C

Description: LSD-TEST430F22X4在IAR环境下的c语言开发例程-LSD-TEST430F22X4 in the IAR environment c language routines
Platform: | Size: 289792 | Author: 孙尚 | Hits:

[SCMAD

Description: MSP430 的AD转换,采用内部定时器做的,可根据定时器改变任意的采样率,经过MSP430F2274测试完全可用-MSP430 the AD conversion, do so using the internal timer can be changed in accordance with timer arbitrary sampling rate, after the test completely available MSP430F2274
Platform: | Size: 1024 | Author: 余松柏 | Hits:

[SCMmsp430f2274

Description: 在MSP430F2274单片机 编写的数码时钟程序,在数码管上显示,可以调时间,年月,该程序可以供初学430的作一点参考。-MSP430F2274 prepared in single-chip digital clock procedures, in the digital tube display, you can transfer time, date, the program for the beginner can make a point of reference 430.
Platform: | Size: 2048 | Author: 李世民 | Hits:

[SCM2274_C

Description: msp430的各种操作实例与应用程序和RS232的串口通讯计数-MSP430 examples of the various operations and application of procedures and RS232 serial communication count
Platform: | Size: 290816 | Author: wanghua | Hits:

[SCM2274_C

Description: 此为msp430f2274开发板的学习内容,包括I/O端口,时钟,flash,比较器,定时器,AD,窜口通信等操作的范例,希望对初学者有用-This is msp430f2274 learning content development board, including the I / O ports, clock, flash, comparators, timers, AD, channeling port operations such as the example communication, hope to be useful for beginners
Platform: | Size: 287744 | Author: 日光 | Hits:

[SCM430f2274_c_code

Description: 这里有MSP4302274各个模块的源代码例程,拿来与大家分享-There MSP4302274 routine of each module s source code, and brought to share with you
Platform: | Size: 136192 | Author: 王华 | Hits:

[SCMWDT

Description: 本代码应用于430单片机的2274系列,看门够指令使得P1.0口的灯间歇性亮灭。-This code applies to 430 MCU 2274 series, porter enough instruction makes the mouth of P1.0 intermittent bright lights out.
Platform: | Size: 1024 | Author: 张行 | Hits:

[SCMMSP430_2274__tocc2500

Description: CC2500与MSP430F2274的发送与接收例程-CC2500 with MSP430F2274 the send and receive routines
Platform: | Size: 48128 | Author: luojf | Hits:

[SCMM430F2274_embOS

Description: embOS的MSP430F2274移植版,在TI公司2274官方开发板上移植成功,并可以使用embView(任务管理器)进行观察。原embOS为三任务评估版,平台为MSP430F4691.-MSP430F2274 transplantation of embOS Edition, TI company in 2274 official development board transplant success, and can use embView (Task Manager) observation. EmbOS original version of the three assessment tasks, the platform for the MSP430F4691.
Platform: | Size: 464896 | Author: PanHao | Hits:

[SCM2274lcd

Description: 关于信利12864的LCD源码,已通过,单片机MSP430,3.3V供电,-Truly 12,864 on the LCD source, has passed, microcontroller MSP430, 3.3V power supply,
Platform: | Size: 3072 | Author: jinli | Hits:

[SCM2274-2500

Description: 上传的为经过调试后的无线传输的程序 芯片为TI公司的CC25-From After debugging for the wireless transmission after the procedure for the TI chip companies CC25
Platform: | Size: 51200 | Author: 孙军 | Hits:

[SCMLABD2

Description: Developed for use with MSP430x22x4 MCU (2274). Made with Code Composer Essentials v3.1. VLOCLK used, MCLK from VLOCLK.Also calibrated DCO s used. Basically this file is for educational use working with Basic Clock Module+. Timer interrupts used for LED blinking at desired frequency.
Platform: | Size: 18432 | Author: ibanez2006 | Hits:

[SCMLABORS_4

Description: Developed for use with MSP430x22x4 MCU (2274). Made with Code Composer Essentials v3.1. Code for educational use. Working with 7-segment LCD on educational board. MSP430FG464 MCU used.Shows how to define segments and put out information on display. It shows a clock algorithm. Timing is not calibrated (mins, sec).
Platform: | Size: 20480 | Author: ibanez2006 | Hits:

[SCMEmpty1

Description: Developed for use with MSP430x20x3 MCU (2274). Made with Code Composer Essentials v3.1. Code for educational use.PWM realized for LED blinking.
Platform: | Size: 1024 | Author: ibanez2006 | Hits:

[SCM430

Description: 基于2274液晶显示测试驱动,触摸屏教验程序-LCD drive for msp430 2274,cliber
Platform: | Size: 7168 | Author: zhangti | Hits:

[SCM430AD

Description: 给出TI公司430单片机2274的AD转换程序-TI MCU 2274 given the company' s AD 430, the conversion process
Platform: | Size: 2048 | Author: 随风 | Hits:

[Embeded-SCM DevelopMSP430-2274--tocc2500

Description: msp430 与cc2500之间的通讯部分。 。有需要的可以看看。-cc2500 msp430 and communication between the parts. . Need to look at.
Platform: | Size: 49152 | Author: hbw | Hits:

[CSharpshuzhizhuanhuan

Description: 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of data operation. People' s writing habits are infix type, such as: 11+22* (7-4)/3. Infix calculator by operator precedence and the principle of priority in parentheses, are calculated the same level from left to right. There postfix expression (such as: 2274--* 3/11+) and prefix-style (such as:+ 11 /* 22--743). Suffix and prefix expressions expressions without parentheses, to the calculation of convenience. Calculated as the suffix appears, press operators have calculated. The design of the main tasks of the expression in the form of transformation and different forms of expression evaluation.
Platform: | Size: 2048 | Author: 王伟 | Hits:

[SCMMSP430-2274-ADC

Description: MSP430 2274系列单片机 ADC源码-MSP430 2274MCU ADC code
Platform: | Size: 25600 | Author: wa | Hits:
« 12 »

CodeBus www.codebus.net