DM: fix sytling
This commit is contained in:
parent
a7f72eb2d8
commit
0e13aba2fe
@ -236,7 +236,7 @@ STATIC mp_obj_t bitbangio_spi_readinto(size_t n_args, const mp_obj_t *args) {
|
||||
}
|
||||
MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(bitbangio_spi_readinto_obj, 2, 2, bitbangio_spi_readinto);
|
||||
|
||||
//| .. method:: SPI.write_readinto(buf_in, buf_out)
|
||||
//| .. method:: SPI.write_readinto(buffer_out, buffer_in)
|
||||
//|
|
||||
//| Write out the data in ``buffer_out`` while simultaneously reading data into ``buffer_in``.
|
||||
STATIC mp_obj_t bitbangio_spi_write_readinto(size_t n_args, const mp_obj_t *args) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user