Update based on review

This commit is contained in:
Rohan Shah 2022-10-16 09:36:43 -04:00 committed by GitHub
parent c431f8d4a3
commit 285e0dcbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>