Update based on review
This commit is contained in:
parent
c431f8d4a3
commit
285e0dcbf9
1 changed files with 3 additions and 3 deletions
|
|
@ -154,9 +154,9 @@ layout: home
|
|||
srcset="{{ "/assets/images/raspberry_pi.png" | relative_url }} 1x,
|
||||
{{ "/assets/images/raspberry_pi@2x.png" | relative_url }} 2x,
|
||||
{{ "/assets/images/raspberry_pi@3x.png" | relative_url }} 3x" alt="Raspberry Pi">
|
||||
<h2>CircuitPython libraries on single-board computers</h2>
|
||||
<h2>CircuitPython libraries on single board computers</h2>
|
||||
<p>
|
||||
Most CircuitPython libraries also work on <a href="/blinka">single-board computers (SBCs)</a>, such as the Raspberry Pi.
|
||||
Most CircuitPython libraries also work on <a href="/blinka">single board computers (SBCs)</a>, such as the Raspberry Pi.
|
||||
Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython.
|
||||
Our CPython Blinka library provides CircuitPython's low-level hardware APIs, such as `digitalio`.
|
||||
</p>
|
||||
|
|
@ -172,7 +172,7 @@ layout: home
|
|||
<p>
|
||||
CircuitPython continues to evolve, and is constantly being updated. We
|
||||
welcome and encourage feedback from the community, and we incorporate this
|
||||
into how we are developing CircuitPython. That's the core of the open-source
|
||||
into how we are developing CircuitPython. That's the core of the open source
|
||||
concept. This makes CircuitPython better for you and everyone who uses it!
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue