搜索资源列表
01-IO
- 包含msp430在proteus下的仿真文件和源代码,主要仿真msp430的IO口功能-Msp430 included in proteus simulation files and source code, the main function of IO port emulation msp430
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); })
Proteus 仿真MSP430实例之12 LCD12864
- 430单片机控制LCD12864显示,在proteus中仿真(430 single chip microcomputer control LCD12864 display, simulation in Proteus)