Location:
Search - MSP430 IO I
Search list
Description: C51单片机IO模拟串口,简洁明了,非本人写,好程序,大家共享-C51 microcontroller serial IO simulation, concise, non- I write the program, share
Platform: |
Size: 1024 |
Author: qinzhe |
Hits:
Description: 这是一个msp430的键盘程序,是一个4×4的行列键盘,是用IO口中断方式实现的-This is a keyboard program MSP430 is a 4 × 4 of the ranks of the keyboard, is to use IO interrupt I realize the
Platform: |
Size: 22528 |
Author: how |
Hits:
Description: msp430 io口模拟I2C程序,测试通过-msp430 io I simulated I2C procedures, test
Platform: |
Size: 7168 |
Author: 钢子 |
Hits:
Description: MSP430单片机根据IIC协议用IO口模拟实现IIC操作,从而读取温度传感器tmp275的结果,已成功条调试过。-MSP430 single chip microcomputer in accordance with the agreement IIC simulation with IO I IIC operation, thereby tmp275 to read the results of the temperature sensor has been successfully debug article.
Platform: |
Size: 25600 |
Author: 王天 |
Hits:
Description: msp430单片机用IO口模拟总线时序,与FPGA进行交互的程序,附源代码,verilog,有简单文档。-msp430 I single-chip analog IO bus with timing, with the FPGA interactive process, with the source code, verilog, a simple document.
Platform: |
Size: 870400 |
Author: 柴佳 |
Hits:
Description: 用MSP430通用IO模拟SPI读写铁电存储器-implement SPI With the MSP430 general-purpose I/O port to read and write FRAM
Platform: |
Size: 2048 |
Author: Mr. kong |
Hits:
Description: MSP430用IO口模拟I2C协议控制24C64-IO port with analog MSP430 I2C protocol control 24C64
Platform: |
Size: 32768 |
Author: 黄洋 |
Hits:
Description: 关于德州仪器公司时常的16 位单片机的io功能描述 下面是其DOC 文档msp430 io-msp430 i/o
Platform: |
Size: 6144 |
Author: haizhi |
Hits:
Description: 这是本人初学MSP430时编写的各种流水灯的程序,对入门的朋友相信会有帮助,主要是学会IO口的操作-This is when I write MSP430 beginner light of various water programs, the Friends of the entry that will be helpful, mainly is to learn the operation of IO ports
Platform: |
Size: 21504 |
Author: 实验室 |
Hits:
Description: 单片机msp430,c编程定时器增计数模式中断控制IO口输出高低电平,通过改变计数个数CCR0,可用于测试IO口输出频率范围-Microcontroller wireless network and I MSP430-the c programming timer counts up mode interrupt control IO port output high and low, can be used to test IO port output frequency range by changing the number of counts CCR0 is
Platform: |
Size: 1024 |
Author: |
Hits:
Description: nrf24L01底层驱动,使用单片机IO模拟SPI,简单易行,很容易移植,文件是针对MSP430而写,我也已移植51,STM8等单片机中运行.-nrf24L01 underlying driver, use microcontroller IO simulation SPI, simple, very easy to transplant, the file is written for MSP430, I have also been transplanted 51, STM8 microcontroller, such as running.
Platform: |
Size: 3072 |
Author: 钟焕明 |
Hits:
Description: 该程序是用MSP430单片机写的盖于该单片机的一些外围应用,比如I/O的的使用方法,对于入门者有很好的参考价值-The program is written in MSP430 microcontroller cover to the microcontroller some external applications, such as I/O, to use, for beginners to have a good reference value
Platform: |
Size: 20480 |
Author: xiaokang |
Hits:
Description: 实现跑马灯功能,LED依次循环闪动,显示时间会按一定变动(for(i=0;i<8;i++)
{
P1OUT=~(1<<i);
delayms(50);
}
for(i=0;i<8;i++)
{
P1OUT=~(1<<7-i);
delayms(50);
})
Platform: |
Size: 106496 |
Author: 阿电
|
Hits: