Hi all, Is it possible to print bit types using:
bit bitvalue; bitvalue = funcReturningBitType(); sprintf(g_SIOString, "bit = %u\n", bitvalue); String_to_serial_port(g_SIOString);