Skip to content

Commit

Permalink
Print results in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunceyb committed Jun 11, 2024
1 parent 72c8e16 commit 22ae817
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/ReadMultiple/ReadMultiple.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ void setup() {

void loop() {
tc.loop(); // call this as often as possible
Serial.print("Temperature 1: ");
Serial.println(temp1);
Serial.print("Temperature 2: ");
Serial.println(temp2);
Serial.print("Temperature 3: ");
Serial.println(temp3);
}

0 comments on commit 22ae817

Please sign in to comment.