代码搜索:430系列
找到约 10,000 项符合「430系列」的源代码
代码结果 10,000
www.eeworm.com/read/442540/7649745
dni fft_for_f430.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Log file]
LoggingEnabled=_ 0
LogFile=_ ""
Category=_ 0
[TermIOLog]
LoggingEnabled=_ 0
LogFile=_ ""
[Breakpoints]
Count=0
[Interrupts]
Enable
www.eeworm.com/read/440198/7692718
txt msp430接口.txt
///////////////////////////////////////////////////////////////////////////////////////////////
1.此工程文件在LPC2148上测试通过
2.LCD的接线图
CS ----- P1.0
RESET ----- P1.1
RS ---
www.eeworm.com/read/439090/7717085
doc msp430taximeterimplementationprocess.doc
www.eeworm.com/read/399506/7856501
c key-msp430.c
// 此示例程序为中断方式,得到键盘的键值,存放在队列keybuff[10]中
// 此示例程序没有显示,
// 键盘的按键按下引起P1口的中断服务程序,得到键盘的键值,保存到键值队列
// 在其他的中断服务程序中通过键值队列中的数据引导程序的流程
#include
unsigned char keybuff[10];
unsigned char ke
www.eeworm.com/read/399430/7864742