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 6ffa83d commit f51a191Copy full SHA for f51a191
doc/design.md
@@ -17,7 +17,7 @@ can be used directly but exposes implementation details
17
18
- `I2C.readfrom_into()`, `I2C.writeto()`, `I2C.writeto_then_readfrom()` are
19
named weirdly and have confusing signatures.
20
- - It is unclear what purpose the method `I2C.writeto()` has.
+ - It is unclear what purpose the method `I2C.readfrom_into()` has.
21
- It is unclear whether 'in_buffer' and 'out_buffer' relate to
22
direction "device-to-caller" or "caller-to-device" without looking
23
at the implementation.
0 commit comments