
Core secret 1: watching real case study will make your programming strength improve unexpectedly.
This is also my summary in the past ten years. If you want to do something quickly, the best way is to find a successful case first, then learn it quickly. If you follow this successful idea, you will succeed quickly. This is the principle.
Later, I divided the programming into several large blocks, including sequential programming cases, servo motor programming cases, analog programming cases (temperature, pressure, flow), and 485 communication cases. As mentioned later, applying these template cases, we can quickly find programming ideas and apply them quickly, and the effect is very good!
Core secret 2: using frame thinking programming method to simplify the complex, greatly simplifying the programming difficulty and improving the programming efficiency.
Do you have a feeling that when you want to do something, ideas and methods are very important. Any complex thing is actually composed of simple things. When you divide the order of doing things and find the "order" of doing things, that is, the steps of doing things, it will become very handy to deal with complex problems. After nine years of actual programming, I have summed up a set of effective programming secrets, which can simplify programming and greatly improve programming efficiency.