Question
Keeping Signed and Unsigned Variables or Values
I wonder about the keeping signed and unsigned values in proccessor.
For example I have this define
#define MY_NUMBER 8
How to decide MCU number of "8" signed or "unsigned" value.
How to convert binary number to keeping.
For example I am doing static analysis this define give an message give a signed or unsigned indicator. Sometimes I have to use like that #Define MY_NUMBER 8U