We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b7972 commit 8195df1Copy full SHA for 8195df1
ports/nrf/common-hal/pulseio/PulseIn.c
@@ -71,6 +71,10 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
71
return 0xadaf;
72
}
73
74
+bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
75
+ return true;
76
+}
77
+
78
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {
79
80
0 commit comments