Just like the 10086 system! How does it detect the key you press? How does it receive your command? [b][size=13px][color=#000000]Can Android phones achieve such a function? Can external hardware devic...
[i=s]This post was last edited by music_586 on 2019-4-4 19:06[/i] [align=center] [b][color=#5E7384]This content was originally created by EEWORLD forum user [size=3]music_586[/size]. If you need to re...
1.printf function
This is very simple. Just redirect the printf function.
This is the STM8L microcontroller code. Note: If it is an IAR compiler, you need to enable library-FULL
It can be used on msp4...
The program mainly implements a relatively general initialization procedure, the content is as follows: char ADC12Init(char n,char channels[],char rep) { if(n>15) return 0; //SHT0_0 ADC12CTL0 = ADC12O...
I tried 52840 on the weekend, and found that it was beaten by n companies :Cry: I am still too green. I saw on the forum that 52840 can be downloaded with mdk before. I thought that I had installed md...
The microcontroller application system consists of hardware and software. The carrier of the software is the program memory of the hardware. The program memory uses a read-only memory. This memory can...