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.
2 parents a250224 + 2129bbe commit 068ffd0Copy full SHA for 068ffd0
ports/esp8266/common-hal/pulseio/PulseIn.c
@@ -62,6 +62,10 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
62
return 0;
63
}
64
65
+bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
66
+ return false;
67
+}
68
+
69
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {
70
71
0 commit comments