[i=s] This post was last edited by aallian on 2019-12-19 21:32 [/i] I want to make a device that converts DC power into magnetic energy. The input voltage is +DC12V/4A, and the load is a set of coils.
...input a;output b;reg b;always @ (a)if(a)b=1'b1;elseb=1'b0;------------------------------------------------------------...input a;output b;assign b= a ? 1'b1 : 1'b0;The two pieces of code are writte
Disassemble an industrial glycerine commutation motor power supply. There are only pictures. It seems to be a flyback type. It is too dirty. I really have no appetite for the analysis diagram. It was
[font=楷体_GB2312][size=16px]We want to play, but we know we have to say goodbye to our past selves, start our lives anew, and reshuffle everything; we want to study, but we always feel that we can’t le
I have checked the text messages from several days ago many times, but it still shows that you have new text messages. When I open them, I see that they are still the old ones. There seems to be no te
#i nclude __CONFIG(0x1832); union adres {int y1; unsigned char adre[2]; }adresult; int AD_Value; bit sci_Sign,js=0; int Order[3]; int buf[4]; void adinitial(void); void sciint(void); void ad_Collect(v