Update PulseIn.c

This commit is contained in:
DavePutz 2021-03-02 21:23:45 -06:00 committed by GitHub
parent 7942932176
commit 6046d37f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self,
pin, 1,
NULL, 0,
NULL, 0,
1, self->pin,
1 << self->pin, false, true,
false, 8, false, // TX, unused
true, 32, true, // RX auto-push every 32 bits