Skip to content

Commit

Permalink
Minor content correction
Browse files Browse the repository at this point in the history
- Fix broken ref
  • Loading branch information
cjsha committed Jan 2, 2025
1 parent db1a01f commit d3e3596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/partials/hardware/bno055.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Quaternion values are passed to <code>AutoCommutator</code> which automatically commutates the
headstage's tether if there is a proper commutator connection. This operator comes from the
OpenEphys.Commutator Bonsai package. Make sure it's <a class="xref"
href="~/getting-started/install-configure-bonsai.html">installed and updated</a>. You can
href="~/articles/getting-started/install-configure-bonsai.html">installed and updated</a>. You can
enable/disable the commutator using the Enable property, enable/disable the LED on the commutator
using the LedEnable property, and set the COM port using the PortName property. The correct COM
port value varies from system to system. You must find and set the correct COM port to which your
Expand Down
2 changes: 1 addition & 1 deletion template/partials/hardware/configuration.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
After starting a workflow, the <a class="xref"
href="~/api/OpenEphys.Onix1.StartAcquisition.html">StartAcquisition</a>
operator begins data acquisition with the hardware that has been configured. In the {{{hardware}}}
example workflow, data is collected from the {{{hardware}}} only, so the rate of data being
example workflow, most collected data is from the {{{hardware}}}. The rate of data being
produced by the hardware will be ~{{{dataRate}}} MB/s. The ReadSize property is set to
{{{blockReadSize}}} bytes, meaning data collection will wait until {{{blockReadSize}}} bytes of
data have been produced by the hardware. At {{{dataRate}}} MB/s the hardware will produce
Expand Down

0 comments on commit d3e3596

Please sign in to comment.