:funk: I have been busy all day today, and I want to make a flicker-free dimming circuit controlled by a single-chip microcomputer. The picture is as follows:
[i=s]This post was last edited by gurou1 on 2017-5-14 14:52[/i] [font=楷体, 楷体_GB2312][size=5]1. Experimental purpose: Understand the working principle of DS1302 and display the hours, minutes and secon
There is a very concise and general introduction to TI's controller products, and there are many reference solutions using this as the entry point, which is very convenient to use.The link is as follo
I was adjusting the board these days. After soldering the LTC3113 power supply, the output voltage was not 3.3 but 0.6V. Has anyone encountered this situation? ? The feedback voltage was also 0.6V aft
[i=s]This post was last edited by freebsder on 2018-12-4 00:45[/i] The problem comes from typedef struct Node { ElemType data; struct Node *next; }Node;. Changing it to typedef struct { ElemType data;