I have always known that TI has free samples that can be applied for. I used them a lot when I was in college, but I don't have this habit after I started working. In addition, the previous public mai...
What I do is to collect voltage 12864 and display the keyboard typing and display the alarm value. It is a 4x4 keyboard. Keyboard scanning program uchar key_in() { uchar keytemp,scancode,tmpcode; Scan...
At first, I only used timer 4 , and everything worked normally.Later, I used timer 2 and 3 in cascade, and found that timer 4 did not work after configuring timer 2 and 3.Later, I found the problem: I...
I received the MicroPython Getting Started Guide for the event. Thanks to the forum and the author Shao Gong, I was fortunate enough to learn more about MicroPython. Since I received it on the weekend...