Skip to content

Commit 2a87ed5

Browse files
committed
Minor typo edits
1 parent c2b68c8 commit 2a87ed5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/hardware/breakout/heartbeat.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ hardware: true
55
device: heartbeat
66
---
77

8-
ONIX has a single special devce, called a heartbeat, that produces data at regular intervals and is always enabled.
9-
When data is read from the hardware by software, the reading thread will block until enough data has been produced
10-
by the hardware. If no devices are enabled, the sofware would block forever. The heartbeat prevents this from happening
11-
since it is always enabled and always producing data. In practice, you can ignore the Heartbeat functionality. The
12-
following excerpt from the Breakout Board [example workflow](xref:breakout_workflow) demonstrates how to observe the
13-
heartbeat functionality.
8+
ONIX has a single special device, called a heartbeat, that produces data at regular intervals and is always enabled.
9+
When data is read from the hardware by software, the reading thread will block until enough data has been produced by
10+
the hardware. If no devices are enabled, the software would block forever. The heartbeat prevents this from happening
11+
since it is always enabled and always producing data. In practice, you can ignore the heartbeat functionality. In any
12+
case, the following excerpt from the Breakout Board [example workflow](xref:breakout_workflow) demonstrates how to
13+
observe the heartbeat.
1414

1515
::: workflow
1616
![/workflows/hardware/breakout/heartbeat.bonsai workflow](../../../workflows/hardware/breakout/heartbeat.bonsai)

0 commit comments

Comments
 (0)