Skip to content

Commit

Permalink
Update shared-bindings/analogbufio/BufferedIn.c
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Shawcroft <[email protected]>
  • Loading branch information
timchinowsky and tannewt authored Jul 19, 2024
1 parent 78e8503 commit d554c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/analogbufio/BufferedIn.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static mp_obj_t analogbufio_bufferedin___exit__(size_t n_args, const mp_obj_t *a
}
static MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(analogbufio_bufferedin___exit___obj, 4, 4, analogbufio_bufferedin___exit__);

//| def readinto(self, buffer: WriteableBuffer, loop: bool) -> int:
//| def readinto(self, buffer: WriteableBuffer, loop: bool = False) -> int:
//| """Fills the provided buffer with ADC voltage values.
//|
//| ADC values will be read into the given buffer at the supplied sample_rate.
Expand Down

0 comments on commit d554c01

Please sign in to comment.