Skip to content

Commit 8bdcb21

Browse files
authored
Merge branch 'main' into track/embedded
2 parents 729bfdb + 04a311a commit 8bdcb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embedded/1.Embassy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Before the transmission, both the `SCL` and `SDA` lines are set to `HIGH`. First
263263
264264
##### Transmission
265265
266-
Depending on the command bit (R/W), either the controller or the target begins to send data over the `SDA` line. Data is sent one byte at a time, and then acknowledged by the receiver. One sequence of a data byte and `ack` is called a *frame*.
266+
Depending on the command bit (R/W), either the controller or the target begins to send data over the `SDA` line. Data is sent one byte at a time, and then acknowledged by the receiver. One sequence of a data byte and `ack` is called a *frame*.
267267
268268
During the communication, data can be:
269269

0 commit comments

Comments
 (0)