搜索资源列表
MSP430F149_IIC_DAC5571
- 本源码维MSP430F149控制IIC协议的AD芯片DAC5571,并再1602液晶上显示数据 MCU的P1.0、P1.1 端口与DAC5571 的SDA、SCK端口连接,通过在两个GPIO上模拟 I2C时序从而实现对DAC的操作。可以看到,DAC5571 的输出端Vout连接到了跳线座P7 的第 1 脚。如果用短路帽将跳线座J1 的 2 脚 和 3 脚连接,则DAC的输出直接驱动LED,可以通过LED亮度的变化直观地观察到 DAC输出电压值的变化;如果用短
MSP430
- msp430,GPIO程序,通过控制点亮一个灯来学会launchpad的控制
MSP430 F2121 用gpio模拟I2C的代码
- MSP430 F2121 用gpio模拟I2C的代码-Simulate I2C interface with gpio in MSP430 F2121
Slaa368aandPDF
- 有關TI MSP430 用GPIO功能去模擬I2C訊號的文檔與源碼,源碼包括C與asm。此檔案比其他人上傳的檔案要齊全-GPIO features available on the TI MSP430 to simulate I2C signals documentation and source code, source code, including C & asm. This file is uploaded files than others to complete。
MSP430_GPIO_Based_I2C_Drivers
- MSP430 GPIO based I2C Driver. This Drivers can be used to built a software I2c by selecting the two general purpose input/out pins. Just change the port pins in the driver and set your system required pins to set driver work.-MSP430 GPIO based
Play_WAVE
- MSP430 应用源程序。 包括: GPIO Flash Memory P1 Interrupt Timer A UART I2C PWM Playing Music Huminity Sensor Pressure Sensor LCD_2X12 LCD240X160 Speaking LM75A DS2401 IR_Decoder 可以到http://franktu.com/下载更多源程序。-MSP430
msp430x54x-02-GPIO
- MSP430 F5系列的GPIO设置,网上代码多是F1系列的-MSP430 F5 GPIO setting
HDQ.h
- hdq.h , msp430 with hdq controller, HDQ Protocol Implementation with MSP430, maybe it will help you with gpio ,it is just a headfile.
GPIO
- 轮流置MSP430的高和低,可接LED灯测试或用万用表测试,或单独设定电平值-Take turns to buy MSP430 with high and low, may meet LED lamp test or using a multimeter to testing, or separate set level value
GPIO_I2C
- MSP430通用的单片机驱动程序源代码,GPIO模拟I2C接口函数-MSP430 microcontroller generic driver source code, GPIO analog I2C interface function
MSP430_GPIO_Based_I2C_Drivers
- MSP430 GPIO based I2C Driver. This Drivers can be used to built a software I2c by selecting the two general purpose input/out pins. Just change the port pins in the driver and set your system required pins to set driver work.-MSP430 GPIO based I2C Dr
beep
- 此为MSP430蜂鸣器驱动程序源码,对于学习MSP430的GPIO配置很有帮助。-This is the MSP430 buzzer driver source code, very helpful for learning the MSP430 GPIO configuration.
main
- 单周期循环PWM可调占空比输出(4种波形,可选择输出),ADC数据采集(8路),串口调试将采集到的数据发送到串口工具,GPIO状态指示灯。(Single cycle PWM adjustable duty cycle output (4 waveforms, optional output), ADC data acquisition (8 way), serial port debugging will collect data to serial port tool, GPIO status
GPIO
- 基于MSP430G2XX3系列平台的低功耗单片机。代码中提供的是单片机中通用I/O端口寄存器P1/P2的使用方法及配置。初学者可以参考借鉴,降低入门难度。(Low power MCU based on MSP430G2XX3 Series platform. The code provides the use and configuration of the universal I/O port register P1/P2 in the MCU. Beginners can learn fro
msp430底层驱动代码
- 里面包含adc,dma,lpm,gpio,ucs,spi,串口,iic,wdt等一系列F55xx的底层驱动代码。供广大网友使用