Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkoz committed Jun 6, 2019
1 parent 0d4da0a commit da36f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rpm_counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const uint read_delay = 500;
);
*/

// 3. Connect the producer directly to the consumer
// 2. Connect the producer directly to the consumer
auto* pDevice = new DigitalInputCounter(D5, INPUT_PULLUP, RISING, read_delay);

pDevice->connectTo(new Frequency(sk_path, multiplier, config_path));
Expand Down

0 comments on commit da36f6d

Please sign in to comment.