Minor fixes to demos to add in some missing comments, printf() formatting. Make incomplete Bluetooth demo indicate connections visually via the board LEDs.
This commit is contained in:
parent
75d440ace3
commit
931ca42a6e
7 changed files with 16 additions and 6 deletions
|
@ -171,7 +171,7 @@ void PrintIncomingPackets(void)
|
|||
printf_P(PSTR("***PACKET (Size %d)***\r\n"), PacketLength);
|
||||
|
||||
for (uint16_t i = 0; i < PacketLength; i++)
|
||||
printf("%02x ", PacketBuffer[i]);
|
||||
printf("0x%02x ", PacketBuffer[i]);
|
||||
|
||||
printf_P(PSTR("\r\n\r\n"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue