Thanks to visit codestin.com Credit goes to github.com
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 a3289c3 commit ace872bCopy full SHA for ace872b
ports/nrf/common-hal/pulseio/PulseIn.c
@@ -47,7 +47,7 @@ void pulsein_reset(void) {
47
}
48
49
void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self, const mcu_pin_obj_t* pin, uint16_t maxlen, bool idle_state) {
50
-
+ mp_raise_NotImplementedError(NULL);
51
52
53
bool common_hal_pulseio_pulsein_deinited(pulseio_pulsein_obj_t* self) {
0 commit comments