diff options
| author | dean <deanm1278@gmail.com> | 2018-05-09 15:14:26 -0400 |
|---|---|---|
| committer | dean <deanm1278@gmail.com> | 2018-05-09 15:14:26 -0400 |
| commit | 82b5efa7bc42a78cadd37c3fb28138e220367aa7 (patch) | |
| tree | 858d6c1eee4afbdf8570077c4ecf0baf34364ec1 | |
| parent | fba1e221c697c4d5edf0e4b53325452e6321242c (diff) | |
remove unnecessary comment
| -rw-r--r-- | shared-bindings/bitbangio/SPI.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/bitbangio/SPI.c b/shared-bindings/bitbangio/SPI.c index 27eb79747..3e1a62d8e 100644 --- a/shared-bindings/bitbangio/SPI.c +++ b/shared-bindings/bitbangio/SPI.c @@ -240,7 +240,6 @@ MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(bitbangio_spi_readinto_obj, 2, 2, bitbangio_ //| .. method:: SPI.write_readinto(buffer_out, buffer_in, \*, out_start=0, out_end=len(buffer_out), in_start=0, in_end=len(buffer_in)) //| //| Write out the data in ``buffer_out`` while simultaneously reading data into ``buffer_in``. -//| The SPI object must be locked. //| The lengths of the slices defined by ``buffer_out[out_start:out_end]`` and ``buffer_in[in_start:in_end]`` //| must be equal. //| If buffer slice lengths are both 0, nothing happens. |
