温度检测系统,就是温度读不出来,求各位大神帮助!
2013-05-27 14:05
allegro16.3版本,元件的引脚号码显示不出来,一换层面就不显示了,显示的字体太大了,如何修改,请教给位了!
2013-11-01 15:50
`程序正常,在PIC学习板上程序通过,1602显示正常,自己焊了一块小板子,1602液晶显示正常,但是温度就是没有显示,连错误的数字都没有,就像完全没有反应一样,用电表量了一下,18B20有电压通过,这是什么原因啊?
2013-12-20 10:25
#include #include int count1,count2;//#pragma interrupt InterruptHandler ipl1 vector 0//void InterruptHandler (void)void _ISR( 0, ipl1) InterruptHandler( void){//1.re-enable interrupts immediately (nesting)asm("ei");//2.check and sever the highest priority firstif(mT3GetIntFlag()){count1++;//clear the flag and exitmT3ClearIntFlag();}//_T3//3.check and serve the lower priiorityelse if (mT2GetIntFlag()){//spend a LOT of time here!while(1);count2++;//before clearing the flag and exitingmT2ClearIntFlag();}//_T2}//INterrupt Handlermain(){//4.init timersPR3=20;PR2=15;T3CON=0x8030;T2CON=0x8030;//5.init interruptsmT2SetIntPriority(1);mT3SetIntPriority(3);INTEnableSystemSingleVectoredInt();mT2IntEnable(1);mT3IntEnable(1);//main loopwhile(1);}//main程序编译错误,纠结,求大神帮忙interrupts.c:6:12: error: expected declaration specifiers or '...' before numeric constantinterrupts.c:6:15: error: expected declaration specifiers or '...' before 'ipl1'interrupts.c: In function '_ISR':interrupts.c:6:21: error: expected declaration specifiers before 'InterruptHandler'interrupts.c:28:1: error: expected declaration specifiers before 'main'interrupts.c:43:1: error: expected '{' at end of input
2014-08-05 15:17
工程师工作效率,助力大家更快更轻松地开发新产品,华秋电子联合扬兴科技开启直播,为大家带来“硬件工程师必备的晶振干货”。相信硬件工程师会遇到以下烦恼:焊好的板子,电路怎么都调试不出来;板子上的晶振布局不合理;特殊晶
2022-07-19 12:04
内容丰富,比如,allegro pcb怎么显示网络线,显示飞线,或关闭网络线Allegro by 小北 PCB设计技巧,
2019-08-02 22:23
allegro pcb怎么显示网络线,显示飞线,或关闭网络线Allegro by 小北 PCB设计技巧,
2018-08-20 13:07
不出来,高速PCB设计工程师的重点还是应该放在布局,电源/地设计,走线设计,过孔等其他方面。当然,尽管直角走线带来的影响不是很严重,但并不是说我们以后都可以走直角线,注
2014-11-18 17:29
! j9 K# {: E 总的说来,直角走线并不是想象中的那么可怕。至少在GHz以下的应用中,其产生的任何诸如电容,反射,EMI等效应在TDR测试中几乎体现不出来,高速PCB设计工程师的重点还是应该放在
2014-11-07 09:40
用起来,目前也处于不断的搜索学习阶段,可能会遇到一些初级的问题,如关闭与显示网线飞线怎样设置呢? 软件不可能为我们布好局,连好线,这是每个硬件工程师或是PCB
2019-07-10 06:24