搜索资源列表
LPM3
- msp430进入LMP3休眠模式,每4秒点亮LED灯-his program operates MSP430 normally in LPM3, pulsing P3.4 at 4 second intervals. WDT ISR used to wake-up system. All I/O configured as low outputs to eliminate floating inputs. Current consumption does increase wh
cc1110-lpm-test
- CC1110的功耗测试程序,用来测试几种不同LPM模式下的功耗-CC1110 power test program as a basis for testing CC1110 power.
msp430底层驱动代码
- 里面包含adc,dma,lpm,gpio,ucs,spi,串口,iic,wdt等一系列F55xx的底层驱动代码。供广大网友使用