You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design-documents/hal/0001-i2c-overhaul.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Additionally, since the original implementations were added for the API, a large
50
50
51
51
-`i2c_master_transfer` takes a `uint32_t` instead of a function pointer type for its `handler` argument.
52
52
53
-
-`i2c_slave_receive` should return an enumeration of the slave mode. Currently, it returns one of four integers. Depending on what mode the peripheral is in, this is much more suited to an enumeration.
53
+
-`i2c_slave_receive` should return an enumeration of the slave mode. Currently, it returns one of four integers, depending on what mode the peripheral is in. This is much more suited to an enumeration.
54
54
55
55
- The behavior of the `stop` parameter in `i2c_write` is not consistent across platforms.
0 commit comments