You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to display the value of a variable? Furthermore, is there a method to show it as static text?
The text string is a constant at the moment, so I suppose this is not possible?
For example:
const unsigned char TxtDemo[] =
{" GS: ", %d};
Behind GS i would like to show the value I send to the microcontroller. Something using the analogy of how you show an integer in C. @AaronLiddiment