[i=s]This post was last edited by paulhyde on 2014-9-15 09:01[/i] I use NRF24L01 to transmit temperature. At first, the temperature can change at any time, but it stops changing after a few changes. I...
I have seen many programs that use the BCD structure in serial communication, but isn't the BCD result defined in winbase.h? There is no #include "winbase.h" in the program, but the compilation is suc...
In vc33, float is 32 bits, and the decimal system has 8 significant digits. If 8 significant digits are not enough, how can we use extended precision to make more significant digits?...