We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5724fd7 commit 2129bbeCopy full SHA for 2129bbe
ports/esp8266/common-hal/pulseio/PulseIn.c
@@ -63,7 +63,7 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
63
}
64
65
bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
66
- return true;
+ return false;
67
68
69
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {
0 commit comments