mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
Merge pull request #65 from Mervill/patch-1
Updates status output in dht22_test
This commit is contained in:
commit
4116cb8601
@ -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
|
||||
//
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user