Skip to content

Commit

Permalink
Merge branch 'master' of github.com:t27/bone101 into t27-master
Browse files Browse the repository at this point in the history
jadonk#6

Conflicts:
	Support/bone101/index.html
  • Loading branch information
Jason Kridner committed Mar 3, 2014
2 parents 5b42557 + d8a0065 commit 00aa641
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Support/bone101/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2>Latest ARM open source focused on easy hardware experimentation</h2>
<h2 id="updates"><a href="/Support/BoneScript/updates/">Update
board with latest software</a></h2>
<p>There are multiple ways to run initial software on your board, but
it is likley that the simplest way to get an update is to create an
it is likely that the simplest way to get an update is to create an
exact replica of a bootable microSD card and boot off of it. The
BeagleBone Black has 2GB of eMMC storage that can be initialized by
a program booted off of a microSD card. If you want to update to the
Expand Down Expand Up @@ -203,7 +203,7 @@ <h2 id="cloud9"><a target="_blank" class="cloud9-url" href="http://192.168.7.2:3
<img src="../../static/images/c9-create-tab.png" /><br /><br />
<img src="../../static/images/c9-new-tab.png" /><br /><br />
</li>
<li><b>Step C:</b>&nbsp;Cut and paste the following code into the new tab:<br />
<li><b>Step C:</b>&nbsp;Copy and paste the following code into the new tab:<br />
<pre>
var b = require('bonescript');

Expand Down Expand Up @@ -319,14 +319,14 @@ <h3>BeagleBone Black hardware details</h3>
</p>

<h3 id="headers">Headers</h3>
<p>The expansion headers provide extensive I/O capabitilities.</p>
<p>The expansion headers provide extensive I/O capabilities.</p>
<img src="../../static/images/cape-headers.png" width="100%" />
<p>Each digital I/O pin has 8 different modes that can be selected, including GPIO.</p>
<img src="../../static/images/cape-headers-digital.png" width="100%" />
<p>In GPIO mode, each digital I/O can produce interrupts.</p>
<img id="headers-pwm" src="../../static/images/cape-headers-pwm.png" width="100%" />
<p>Up to 8 digital I/O pins can be configured with pulse-width modulators (PWM) to
produce signals to control motors or create analog voltage levels, without taking
produce signals to control motors or create pseudo analog voltage levels, without taking
up any extra CPU cycles.
</p>
<img src="../../static/images/cape-headers-analog.png" width="100%" />
Expand Down Expand Up @@ -373,7 +373,7 @@ <h1 id="capes"><a target="_blank" href="http://beaglebonecapes.com">Capes</a></h
the cape header pins
</p>
<img src="../../static/images/black-emmc-and-hdmi-pins.png" width="100%" />
<p>BeagleBone Black ships with two virtual capes alreay on it, one for the
<p>BeagleBone Black ships with two virtual capes already on it, one for the
on-board eMMC storage and one for the HDMI output. When configured for use
these virtual capes consume actual resources.
</p>
Expand Down

0 comments on commit 00aa641

Please sign in to comment.