Amaury Herrera Brito

Results 1 issues of Amaury Herrera Brito

In the FlowSensor.h file, line 35 appears this line: `digitalWrite(this->_pin, INPUT_PULLUP); // Optional Internal Pull-Up` `INPUT_PULLUP` is intended to be used with `pinMode` function. Instead, LOW or HIGH must be...

bug
wontfix