Merge pull request #65 from Mervill/patch-1

Updates status output in dht22_test
This commit is contained in:
Rob Tillaart 2017-05-09 13:22:52 +02:00 committed by GitHub
commit 4116cb8601

View File

@ -92,7 +92,7 @@ void loop()
if (stat.total % 20 == 0)
{
Serial.println("\nTOT\tOK\tCRC\tTO\tUNK");
Serial.println("\nTOT\tOK\tCRC\tTO\tCON\tACK_L\tACK_H\tUNK");
Serial.print(stat.total);
Serial.print("\t");
Serial.print(stat.ok);
@ -114,4 +114,4 @@ void loop()
}
//
// END OF FILE
//
//