搜索资源列表
tmp275
- 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 deb
MCU_FPGA_Interface
- 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.
MSP430_IO_for_SPI_to_rerad_FRAM
- 用MSP430通用IO模拟SPI读写铁电存储器-implement SPI With the MSP430 general-purpose I/O port to read and write FRAM
ME011-IIC_AT24C64
- MSP430用IO口模拟I2C协议控制24C64-IO port with analog MSP430 I2C protocol control 24C64
io
- 关于德州仪器公司时常的16 位单片机的io功能描述 下面是其DOC 文档msp430 io-msp430 i/o
LSD
- 这是本人初学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
main
- 单片机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 c
24l01_demo
- 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 microco
MPS430-IO
- 该程序是用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
Proteus 仿真MSP430实例之02 跑马灯
- 实现跑马灯功能,LED依次循环闪动,显示时间会按一定变动(for(i=0;i<8;i++) { P1OUT=~(1<<i); delayms(50); } for(i=0;i<8;i++) { P1OUT=~(1<<7-i); delayms(50); })