Skip to content

Commit 3ce2fba

Browse files
committed
updated example to match with current library
1 parent 5312b11 commit 3ce2fba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/SharedResources/SharedResources.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ void setup() {
66
// the thread that originated them
77
Serial.tags(true);
88

9-
temp_reader_obj.start();
10-
pf_reader_obj.start();
11-
scanner_obj.start();
12-
ecc_reader_obj.start();
9+
temp_reader.start();
10+
pf_reader.start();
11+
scanner.start();
12+
ecc_reader.start();
1313
}
1414

1515
void loop() {

0 commit comments

Comments
 (0)