This is a circuit of LM358. I disassembled the amplifier inside the chip and drew a diagram. I checked a lot of information but couldn't figure out what function this diagram is supposed to achieve. T...
Why do I feel that a lot of knowledge about analog and digital electronics is not used in microcontrollers? Is it enough to just understand a little bit, without going into depth?...
[code] #include
sbit d1=P1^1; //Connected to a light emitting diode, the light turns on when the level is low sbit rx=P3^0; void delayms(unsigned int x) //Delay x milliseconds { unsigned int i,j; for(...