File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
articles/hardware/breakout Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ hardware: true
5
5
device : heartbeat
6
6
---
7
7
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 .
14
14
15
15
::: workflow
16
16
![ /workflows/hardware/breakout/heartbeat.bonsai workflow] ( ../../../workflows/hardware/breakout/heartbeat.bonsai )
You can’t perform that action at this time.
0 commit comments